瀏覽代碼

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>
Nicolas Goaziou 10 年之前
父節點
當前提交
96c53376cc
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      lisp/ob-core.el

+ 1 - 1
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)