소스 검색

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