|
@@ -176,23 +176,23 @@ to add the symbol `xyz', and the package must have a call to
|
|
|
(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/past from w3m to Org." org-w3m)
|
|
|
+ (const :tag " w3m: Special cut/paste from w3m to Org." org-w3m)
|
|
|
(const :tag " mouse: Additional mouse support" org-mouse)
|
|
|
|
|
|
(const :tag "C annotate-file: Annotate a file with org syntax" org-annotate-file)
|
|
|
- (const :tag "C annotation-helper: Call Remember directly from Browser" org-annotation-helper)
|
|
|
+ (const :tag "C annotation-helper: Call Remember directly from Browser (OBSOLETE, use org-protocol)" org-annotation-helper)
|
|
|
(const :tag "C bookmark: Org links to bookmarks" org-bookmark)
|
|
|
- (const :tag "C browser-url: Store link, directly from Browser" org-browser-url)
|
|
|
+ (const :tag "C browser-url: Store link, directly from Browser (OBSOLETE, use org-protocol)" org-browser-url)
|
|
|
(const :tag "C choose: Use TODO keywords to mark decisions states" org-choose)
|
|
|
(const :tag "C collector: Collect properties into tables" org-collector)
|
|
|
- (const :tag "C depend: TODO dependencies for Org-mode" org-depend)
|
|
|
+ (const :tag "C depend: TODO dependencies for Org-mode (PARTIALLY OBSOLETE, see built-in dependency support))" org-depend)
|
|
|
(const :tag "C elisp-symbol: Org links to emacs-lisp symbols" org-elisp-symbol)
|
|
|
(const :tag "C eval: Include command output as text" org-eval)
|
|
|
(const :tag "C eval-light: Evaluate inbuffer-code on demand" org-eval-light)
|
|
|
(const :tag "C expiry: Expiry mechanism for Org entries" org-expiry)
|
|
|
(const :tag "C exp-bibtex: Export citations using BibTeX" org-exp-bibtex)
|
|
|
(const :tag "C exp-blocks: Pre-process blocks for export" org-exp-blocks)
|
|
|
- (const :tag "C interactive-query: Interactive modification of tags query" org-interactive-query)
|
|
|
+ (const :tag "C interactive-query: Interactive modification of tags query (PARTIALLY OBSOLETE, see secondary filtering)" org-interactive-query)
|
|
|
(const :tag "C mairix: Hook mairix search into Org for different MUAs" org-mairix)
|
|
|
(const :tag "C man: Support for links to manpages in Org-mode" org-man)
|
|
|
(const :tag "C mtags: Support for muse-like tags" org-mtags)
|