|
@@ -330,7 +330,7 @@ When MESSAGE is non-nil, display a message with the version."
|
|
|
(when (featurep 'org)
|
|
|
(org-load-modules-maybe 'force)))
|
|
|
|
|
|
-(defcustom org-modules '(org-bbdb org-bibtex org-docview org-gnus org-info org-irc org-mew org-mhe org-rmail org-vm org-w3m org-wl)
|
|
|
+(defcustom org-modules '(org-bbdb org-bibtex org-docview org-gnus org-info org-irc org-mhe org-rmail)
|
|
|
"Modules that should always be loaded together with org.el.
|
|
|
|
|
|
If a description starts with <C>, the file is not part of Emacs
|
|
@@ -361,15 +361,15 @@ For export specific modules, see also `org-export-backends'."
|
|
|
(const :tag " inlinetask: Tasks independent of outline hierarchy" org-inlinetask)
|
|
|
(const :tag " irc: Links to IRC/ERC chat sessions" org-irc)
|
|
|
(const :tag " mac-message: Links to messages in Apple Mail" org-mac-message)
|
|
|
- (const :tag " mew Links to Mew folders/messages" org-mew)
|
|
|
(const :tag " mhe: Links to MHE folders/messages" org-mhe)
|
|
|
(const :tag " protocol: Intercept calls from emacsclient" org-protocol)
|
|
|
(const :tag " rmail: Links to RMAIL folders/messages" org-rmail)
|
|
|
- (const :tag " vm: Links to VM folders/messages" org-vm)
|
|
|
- (const :tag " wl: Links to Wanderlust folders/messages" org-wl)
|
|
|
- (const :tag " w3m: Special cut/paste from w3m to Org-mode." org-w3m)
|
|
|
(const :tag " mouse: Additional mouse support" org-mouse)
|
|
|
|
|
|
+ (const :tag "C vm: Links to VM folders/messages" org-vm)
|
|
|
+ (const :tag "C wl: Links to Wanderlust folders/messages" org-wl)
|
|
|
+ (const :tag "C w3m: Special cut/paste from w3m to Org-mode." org-w3m)
|
|
|
+ (const :tag "C mew: Links to Mew folders/messages" org-mew)
|
|
|
(const :tag "C annotate-file: Annotate a file with org syntax" org-annotate-file)
|
|
|
(const :tag "C bookmark: Org-mode links to bookmarks" org-bookmark)
|
|
|
(const :tag "C checklist: Extra functions for checklists in repeated tasks" org-checklist)
|