From 2e2f68467c4da2928b9b42b89f0ff164bb4b8722 Mon Sep 17 00:00:00 2001 From: Nicolas Goaziou Date: Tue, 28 Apr 2015 22:10:21 +0200 Subject: [PATCH] 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 --- lisp/ob-core.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lisp/ob-core.el b/lisp/ob-core.el index bfe0f728e..fe1be82cf 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)