ソースを参照

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)