summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNicolas Goaziou <mail@nicolasgoaziou.fr>2015-04-28 09:50:35 +0200
committerNicolas Goaziou <mail@nicolasgoaziou.fr>2015-04-28 09:50:35 +0200
commit96c53376ccd4fcc702906f3e059f8c1ebdb4f1a9 (patch)
treed9ee939ce7106694a28e0dffbf003aaf82e5a901
parent6f0cf143836bfa86edf25e21007e8141a40ffc70 (diff)
downloadorg-mode-96c53376ccd4fcc702906f3e059f8c1ebdb4f1a9.tar.gz
ob-core: Update allowed values for :eval header arg
* lisp/ob-core.el (org-babel-common-header-args-w-values): Add allowed values for :eval arg. Reported-by: Thomas S. Dye <tsd@tsdye.com> <http://permalink.gmane.org/gmane.emacs.orgmode/97272>
-rw-r--r--lisp/ob-core.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/ob-core.el b/lisp/ob-core.el
index 971cb64..bfe0f72 100644
--- a/lisp/ob-core.el
+++ b/lisp/ob-core.el
@@ -461,7 +461,7 @@ then run `org-babel-switch-to-session'."
(colnames . ((nil no yes)))
(comments . ((no link yes org both noweb)))
(dir . :any)
- (eval . ((never query)))
+ (eval . ((yes no-export strip-export eval never query)))
(exports . ((code results both none)))
(epilogue . :any)
(file . :any)