summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCarsten Dominik <carsten.dominik@gmail.com>2009-02-12 07:11:54 +0100
committerCarsten Dominik <carsten.dominik@gmail.com>2009-02-12 07:11:54 +0100
commitf6689dd1e2ee75cb7c31e2eb3681c273b4a6e34f (patch)
tree99cd2abde9df580ef02dac6966ed336ed0c0e87e
parent651d2e7a147bcff7737fe65979686a0a61e4a712 (diff)
downloadorg-mode-f6689dd1e2ee75cb7c31e2eb3681c273b4a6e34f.tar.gz
Fix minor bug in contrib/lisp/org-eval-light.el
Patch by Eric Schulte
-rw-r--r--contrib/lisp/org-eval-light.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/lisp/org-eval-light.el b/contrib/lisp/org-eval-light.el
index 8e61459..c571ea0 100644
--- a/contrib/lisp/org-eval-light.el
+++ b/contrib/lisp/org-eval-light.el
@@ -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