浏览代码

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