|
@@ -358,7 +358,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-mhe org-rmail)
|
|
|
+(defcustom org-modules '(org-w3m 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
|
|
@@ -385,15 +385,16 @@ For export specific modules, see also `org-export-backends'."
|
|
|
(const :tag " ctags: Access to Emacs tags with links" org-ctags)
|
|
|
(const :tag " docview: Links to doc-view buffers" org-docview)
|
|
|
(const :tag " gnus: Links to GNUS folders/messages" org-gnus)
|
|
|
+ (const :tag " habit: Track your consistency with habits" org-habit)
|
|
|
(const :tag " id: Global IDs for identifying entries" org-id)
|
|
|
(const :tag " info: Links to Info nodes" org-info)
|
|
|
- (const :tag " habit: Track your consistency with habits" org-habit)
|
|
|
(const :tag " inlinetask: Tasks independent of outline hierarchy" org-inlinetask)
|
|
|
(const :tag " irc: Links to IRC/ERC chat sessions" org-irc)
|
|
|
(const :tag " mhe: Links to MHE folders/messages" org-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" org-rmail)
|
|
|
- (const :tag " mouse: Additional mouse support" org-mouse)
|
|
|
+ (const :tag " w3m: Special cut/paste from w3m to Org-mode." org-w3m)
|
|
|
|
|
|
(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)
|
|
@@ -431,7 +432,6 @@ For export specific modules, see also `org-export-backends'."
|
|
|
(const :tag "C track: Keep up with Org-mode development" org-track)
|
|
|
(const :tag "C velocity Something like Notational Velocity for Org" org-velocity)
|
|
|
(const :tag "C vm: Links to VM folders/messages" org-vm)
|
|
|
- (const :tag "C w3m: Special cut/paste from w3m to Org-mode." org-w3m)
|
|
|
(const :tag "C wikinodes: CamelCase wiki-like links" org-wikinodes)
|
|
|
(const :tag "C wl: Links to Wanderlust folders/messages" org-wl)
|
|
|
(repeat :tag "External packages" :inline t (symbol :tag "Package"))))
|