emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[elpa] externals/org 53d69d0 1/2: Fix typo in `org-modules'


From: ELPA Syncer
Subject: [elpa] externals/org 53d69d0 1/2: Fix typo in `org-modules'
Date: Wed, 5 May 2021 11:57:18 -0400 (EDT)

branch: externals/org
commit 53d69d0002a7460b5c1ac1a9259a093d01936c73
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
Commit: Nicolas Goaziou <mail@nicolasgoaziou.fr>

    Fix typo in `org-modules'
    
    * lisp/org.el (org-modules): Fix typo.
---
 lisp/org.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lisp/org.el b/lisp/org.el
index 2a3d3c4..0ff13c7 100644
--- a/lisp/org.el
+++ b/lisp/org.el
@@ -705,7 +705,7 @@ For export specific modules, see also 
`org-export-backends'."
        (const :tag "   crypt:             Encryption of subtrees" org-crypt)
        (const :tag "   ctags:             Access to Emacs tags with links" 
org-ctags)
        (const :tag "   docview:           Links to Docview buffers" ol-docview)
-        (const :tag "   doi:               Links to DOI references" ol-docview)
+        (const :tag "   doi:               Links to DOI references" ol-doi)
        (const :tag "   eww:               Store link to URL of Eww" ol-eww)
        (const :tag "   gnus:              Links to GNUS folders/messages" 
ol-gnus)
        (const :tag "   habit:             Track your consistency with habits" 
org-habit)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]