0
0
Fork 1
mirror of https://git.savannah.gnu.org/git/emacs/org-mode.git synced 2024-07-16 06:16:27 +00:00

Fix minor bug in contrib/lisp/org-eval-light.el

Patch by Eric Schulte
This commit is contained in:
Carsten Dominik 2009-02-12 07:11:54 +01:00
parent 651d2e7a14
commit f6689dd1e2

View file

@ -64,7 +64,7 @@ large example block")
(mapconcat 'regexp-quote value "\\|")
"\\)\\([^\000]+?\\)#\\+end_src")))
(defcustom org-eval-light-interpreters '("lisp" "emacs-lisp" "ruby" "shell-script")
(defcustom org-eval-light-interpreters '("lisp" "emacs-lisp" "ruby" "shell")
"Interpreters allows for evaluation tags.
This is a list of program names (as strings) that can evaluate code and
insert the output into an Org-mode buffer. Valid choices are