From e2784e3b0fa0c7a8b73a8a26b606d2ab733c3704 Mon Sep 17 00:00:00 2001 From: Carsten Dominik Date: Thu, 20 Nov 2008 07:57:24 +0100 Subject: [PATCH] Improve the description for org-eval-light.el. --- contrib/README | 2 +- doc/org.texi | 2 +- lisp/org.el | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/contrib/README b/contrib/README index 62a0eba0e..d7838641b 100644 --- a/contrib/README +++ b/contrib/README @@ -16,7 +16,7 @@ org-bookmark.el --- Links to bookmarks org-depend.el --- TODO dependencies for Org-mode org-elisp-symbol.el --- Org links to emacs-lisp symbols org-eval.el --- The tag, adapted from Muse -org-eval-light.el --- Evaluate List code on demand +org-eval-light.el --- Evaluate in-buffer code on demand org-expiry.el --- Expiry mechanism for Org entries org-exp-blocks --- Pre-process blocks when exporting org files org-indent.el --- Dynamic outline indentation (does not really work) diff --git a/doc/org.texi b/doc/org.texi index 0aa994541..928000043 100644 --- a/doc/org.texi +++ b/doc/org.texi @@ -8983,7 +8983,7 @@ distribution, others are available somewhere on the web. code. Other scripting languages like @code{perl} can be supported with this package as well. @item @file{org-eval-light.el} by @i{Eric Schulte} - User-controlled evaluation of Lisp code in an Org buffer. + User-controlled evaluation of code in an Org buffer. @item @file{org-exp-blocks.el} by @i{Eric Schulte} Preprocess user-defined blocks for export. @item @file{org-expiry.el} by @i{Bastien Guerry} diff --git a/lisp/org.el b/lisp/org.el index 7df6824b4..fa3be124a 100644 --- a/lisp/org.el +++ b/lisp/org.el @@ -180,7 +180,7 @@ to add the symbol `xyz', and the package must have a call to (const :tag "C depend: TODO dependencies for Org-mode" 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 code on demand" org-eval-light) + (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-blocks: Pre-process blocks for export" org-exp-blocks) (const :tag "C id: Global id's for identifying entries" org-id) -- 2.11.4.GIT