浏览代码

ob-core.el: add :output-dir header arg to org-babel-common-header-args-w-values

* lisp/ob-core.el (org-babel-common-header-args-w-values): Add
:output-dir'.

Otherwise tthis property is not inherited correctly from
subtree-/file-level properties.
Aaron Ecay 10 年之前
父节点
当前提交
107a2c83ba
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1 0
      lisp/ob-core.el

+ 1 - 0
lisp/ob-core.el

@@ -473,6 +473,7 @@ then run `org-babel-switch-to-session'."
     (noweb	. ((yes no tangle no-export strip-export)))
     (noweb-ref	. :any)
     (noweb-sep  . :any)
+    (output-dir . :any)
     (padline	. ((yes no)))
     (post       . :any)
     (prologue   . :any)