Преглед изворни кода

ob: adding no-expand to list of header argument names

* lisp/ob.el (org-babel-header-arg-names): no-expand is now part of
  the default header argument names list.
Eric Schulte пре 14 година
родитељ
комит
7b720d28a6
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      lisp/ob.el

+ 1 - 1
lisp/ob.el

@@ -286,7 +286,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)
+    session tangle var eval noeval comments no-expand)
   "Common header arguments used by org-babel.
 Note that individual languages may define their own language
 specific header arguments as well.")