From af6387c5c2b41b0e2b52a7995f9e6a8dccf9276e Mon Sep 17 00:00:00 2001 From: Dan Davison Date: Wed, 31 Mar 2010 13:42:44 -0400 Subject: [PATCH] Remove org-R from org-modules. --- lisp/ChangeLog | 1 + lisp/org.el | 1 - 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 6c65e1f8d..e0c701446 100755 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -14,6 +14,7 @@ (org-hide-emphasis-markers): Change Customize group variable name (org-emphasis-alist): Change Customize group variable name (org-emphasis-regexp-components): Change Customize group variable name + (org-modules): Remove mention of org-R * org-faces.el (org-faces): Change Customize group variable name diff --git a/lisp/org.el b/lisp/org.el index fe1254575..1eb5a3f23 100644 --- a/lisp/org.el +++ b/lisp/org.el @@ -230,7 +230,6 @@ to add the symbol `xyz', and the package must have a call to (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) (const :tag "C panel: Simple routines for us with bad memory" org-panel) - (const :tag "C R: Computation using the R language" org-R) (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)