1
0
mirror of https://git.savannah.gnu.org/git/emacs/org-mode.git synced 2024-11-23 07:18:53 +00:00

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>
This commit is contained in:
Nicolas Goaziou 2015-04-28 22:10:21 +02:00
parent 96c53376cc
commit 2e2f68467c

View File

@ -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)