From 2b96f05551730db458bb15fe0fe35eafac76fc05 Mon Sep 17 00:00:00 2001 From: Carsten Dominik Date: Tue, 7 Apr 2009 21:06:43 +0200 Subject: [PATCH] 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. --- lisp/ChangeLog | 2 ++ lisp/org.el | 10 +++++----- 2 files changed, 7 insertions(+), 5 deletions(-) diff --git a/lisp/ChangeLog b/lisp/ChangeLog index a03233507..1205449cb 100755 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,5 +1,7 @@ 2009-04-07 Carsten Dominik + * 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. diff --git a/lisp/org.el b/lisp/org.el index 3a87b01fd..73435cd21 100644 --- a/lisp/org.el +++ b/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)