From d738f047efa8ef6ea13dd9c6be1420ff3f68b9bb Mon Sep 17 00:00:00 2001 From: Bastien Guerry Date: Thu, 21 Mar 2013 15:53:24 +0100 Subject: [PATCH] org.el (org-modules): Remove deleted libraries, add new ones * org.el (org-modules): Remove deleted libraries, add new ones. --- lisp/org.el | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lisp/org.el b/lisp/org.el index bf74afd9d..529e81ec6 100644 --- a/lisp/org.el +++ b/lisp/org.el @@ -373,6 +373,7 @@ For export specific modules, see also `org-export-backends'." (const :tag "C mew: Links to Mew folders/messages" org-mew) (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) + (const :tag "C bullets: Add overlays to headlines stars" org-bullets) (const :tag "C checklist: Extra functions for checklists in repeated tasks" org-checklist) (const :tag "C choose: Use TODO keywords to mark decisions states" org-choose) (const :tag "C collector: Collect properties into tables" org-collector) @@ -383,7 +384,7 @@ For export specific modules, see also `org-export-backends'." (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-mode entries" org-expiry) - (const :tag "C exp-bibtex: Export citations using BibTeX" org-exp-bibtex) + (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 interactive-query: Interactive modification of tags query\n\t\t\t(PARTIALLY OBSOLETE, see secondary filtering)" org-interactive-query) @@ -399,7 +400,6 @@ For export specific modules, see also `org-export-backends'." (const :tag "C mtags: Support for muse-like tags" org-mtags) (const :tag "C panel: Simple routines for us with bad memory" org-panel) (const :tag "C registry: A registry for Org-mode links" org-registry) - (const :tag "C org2rem: Convert org appointments into reminders" org2rem) (const :tag "C screen: Visit screen sessions through Org-mode links" org-screen) (const :tag "C secretary: Team management with org-mode" org-secretary) (const :tag "C sqlinsert: Convert Org-mode tables to SQL insertions" orgtbl-sqlinsert) -- 2.11.4.GIT