From ae68febfbbc7719c612207256aa553de05617685 Mon Sep 17 00:00:00 2001 From: Eric Schulte Date: Tue, 15 Mar 2011 10:44:26 -0600 Subject: [PATCH] ob: adding "shebang" to known code block header argument names * lisp/ob.el (org-babel-header-arg-names): Adding "shebang" to known code block header argument names. --- lisp/ob.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lisp/ob.el b/lisp/ob.el index dbbcaff73..138932590 100644 --- a/lisp/ob.el +++ b/lisp/ob.el @@ -291,7 +291,7 @@ then run `org-babel-pop-to-session'." (defconst org-babel-header-arg-names '(cache cmdline colnames dir exports file noweb results - session tangle var eval noeval comments no-expand) + session tangle var eval noeval comments no-expand shebang) "Common header arguments used by org-babel. Note that individual languages may define their own language specific header arguments as well.") -- 2.11.4.GIT