summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNicolas Goaziou <mail@nicolasgoaziou.fr>2015-05-19 15:38:08 +0200
committerNicolas Goaziou <mail@nicolasgoaziou.fr>2015-05-19 15:38:08 +0200
commited74e5bb9bca8a4edd2152b89c48586feaee2fae (patch)
treee997baeec7813a42c3eca949e25e4ae5de022ebc
parentf7173d551d63f37a8c4431dec5e300badbb82c24 (diff)
downloadorg-mode-ed74e5bb9bca8a4edd2152b89c48586feaee2fae.tar.gz
ob-core: Allow never-export as :eval value
* lisp/ob-core.el (org-babel-common-header-args-w-values): Allow "never-export" as :eval value.
-rw-r--r--lisp/ob-core.el3
1 files changed, 2 insertions, 1 deletions
diff --git a/lisp/ob-core.el b/lisp/ob-core.el
index e4e1d9e..91bbde4 100644
--- a/lisp/ob-core.el
+++ b/lisp/ob-core.el
@@ -453,7 +453,8 @@ then run `org-babel-switch-to-session'."
(colnames . ((nil no yes)))
(comments . ((no link yes org both noweb)))
(dir . :any)
- (eval . ((yes no no-export strip-export eval never query)))
+ (eval . ((yes no no-export strip-export never-export eval never
+ query)))
(exports . ((code results both none)))
(epilogue . :any)
(file . :any)