mirror of
https://git.savannah.gnu.org/git/emacs/org-mode.git
synced 2025-01-20 19:24:20 +00:00
Mark obsolete packages
The following contributed packages are (partially) obsolete. org-browser-url.el org-annotation-helper.el The functionality of both these packages is a subset of org-protocol.el, which is now part of the Emacs core and is recommended. org-depend.el A significant fraction of the org-depend functionality dependence on siblings, children, and parents) is now built-in into the Org core. Org-depend remains in the distribution as a proof-of-concept fro complex and remote dependencies. org-interactive-query.el I believe that much of what this package was build for is now available with tag filtering. These packages are now marked in org-modules as such.
This commit is contained in:
parent
bc6f83e966
commit
2b96f05551
@ -1,5 +1,7 @@
|
||||
2009-04-07 Carsten Dominik <carsten.dominik@gmail.com>
|
||||
|
||||
* org.el (org-modules): Mark obsolete packages.
|
||||
|
||||
* org-html.el: New file, split out from org-exp.el.
|
||||
|
||||
* org-icalendar.el: New file, split out from org-exp.el.
|
||||
|
10
lisp/org.el
10
lisp/org.el
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user