summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNicolas Goaziou <mail@nicolasgoaziou.fr>2015-04-28 22:10:21 +0200
committerNicolas Goaziou <mail@nicolasgoaziou.fr>2015-04-28 22:10:21 +0200
commit2e2f68467c4da2928b9b42b89f0ff164bb4b8722 (patch)
tree95c3ecc2b94e03eaa65b64033b8dfa02ef03f612
parent96c53376ccd4fcc702906f3e059f8c1ebdb4f1a9 (diff)
downloadorg-mode-2e2f68467c4da2928b9b42b89f0ff164bb4b8722.tar.gz
ob-core: Update allowed values for :eval header arg
* lisp/ob-core.el (org-babel-common-header-args-w-values): Recognize :eval no. Reported-by: Thomas S. Dye <tsd@tsdye.com> <http://permalink.gmane.org/gmane.emacs.orgmode/97303>
-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 bfe0f72..fe1be82 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 . ((yes no-export strip-export eval never query)))
+ (eval . ((yes no no-export strip-export eval never query)))
(exports . ((code results both none)))
(epilogue . :any)
(file . :any)