Browse Source

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.
Eric Schulte 14 years ago
parent
commit
ae68febfbb
1 changed files with 1 additions and 1 deletions
  1. 1 1
      lisp/ob.el

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