Improve the description for org-eval-light.el.
This commit is contained in:
parent
7cbf5ba34f
commit
e2784e3b0f
|
@ -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 <lisp> 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)
|
||||
|
|
|
@ -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}
|
||||
|
|
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue