]> git.eshelyaron.com Git - emacs.git/commitdiff
; Remove mentions of MH-E in Org
authorEshel Yaron <me@eshelyaron.com>
Sun, 6 Oct 2024 06:41:41 +0000 (08:41 +0200)
committerEshel Yaron <me@eshelyaron.com>
Sun, 6 Oct 2024 06:41:41 +0000 (08:41 +0200)
lisp/org/org.el

index ae4ec6fb4840c7eb980ae38bc8602076e73dec50..28a3b8c1014cc1d5f3b56e376191767d75a6f33e 100644 (file)
@@ -743,7 +743,7 @@ defined in org-duration.el.")
     (require 'org-element)
     (org-element-cache-reset 'all)))
 
-(defcustom org-modules '(ol-doi ol-w3m ol-bbdb ol-bibtex ol-docview ol-gnus ol-info ol-irc ol-mhe ol-rmail ol-eww)
+(defcustom org-modules '(ol-doi ol-w3m ol-bbdb ol-bibtex ol-docview ol-gnus ol-info ol-irc ol-rmail ol-eww)
   "Modules that should always be loaded together with org.el.
 
 If a description starts with <C>, the file is not part of Emacs and Org mode,
@@ -777,7 +777,6 @@ For export specific modules, see also `org-export-backends'."
        (const :tag "   info:              Links to Info nodes" ol-info)
        (const :tag "   inlinetask:        Tasks independent of outline hierarchy" org-inlinetask)
        (const :tag "   irc:               Links to IRC/ERC chat sessions" ol-irc)
-       (const :tag "   mhe:               Links to MHE folders/messages" ol-mhe)
        (const :tag "   mouse:             Additional mouse support" org-mouse)
        (const :tag "   protocol:          Intercept calls from emacsclient" org-protocol)
        (const :tag "   rmail:             Links to RMAIL folders/messages" ol-rmail)