|
@@ -687,6 +687,7 @@ For export specific modules, see also `org-export-backends'."
|
|
(const :tag " crypt: Encryption of subtrees" org-crypt)
|
|
(const :tag " crypt: Encryption of subtrees" org-crypt)
|
|
(const :tag " ctags: Access to Emacs tags with links" org-ctags)
|
|
(const :tag " ctags: Access to Emacs tags with links" org-ctags)
|
|
(const :tag " docview: Links to doc-view buffers" org-docview)
|
|
(const :tag " docview: Links to doc-view buffers" org-docview)
|
|
|
|
+ (const :tag " eww: Store link to url of eww" org-eww)
|
|
(const :tag " gnus: Links to GNUS folders/messages" org-gnus)
|
|
(const :tag " gnus: Links to GNUS folders/messages" org-gnus)
|
|
(const :tag " habit: Track your consistency with habits" org-habit)
|
|
(const :tag " habit: Track your consistency with habits" org-habit)
|
|
(const :tag " id: Global IDs for identifying entries" org-id)
|
|
(const :tag " id: Global IDs for identifying entries" org-id)
|
|
@@ -711,7 +712,6 @@ For export specific modules, see also `org-export-backends'."
|
|
(const :tag "C eshell Support for links to working directories in eshell" org-eshell)
|
|
(const :tag "C eshell Support for links to working directories in eshell" org-eshell)
|
|
(const :tag "C eval-light: Evaluate inbuffer-code on demand" org-eval-light)
|
|
(const :tag "C eval-light: Evaluate inbuffer-code on demand" org-eval-light)
|
|
(const :tag "C eval: Include command output as text" org-eval)
|
|
(const :tag "C eval: Include command output as text" org-eval)
|
|
- (const :tag "C eww: Store link to url of eww" org-eww)
|
|
|
|
(const :tag "C expiry: Expiry mechanism for Org-mode entries" org-expiry)
|
|
(const :tag "C expiry: Expiry mechanism for Org-mode entries" org-expiry)
|
|
(const :tag "C favtable: Lookup table of favorite references and links" org-favtable)
|
|
(const :tag "C favtable: Lookup table of favorite references and links" org-favtable)
|
|
(const :tag "C git-link: Provide org links to specific file version" org-git-link)
|
|
(const :tag "C git-link: Provide org links to specific file version" org-git-link)
|