Explorar o código

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 %!s(int64=10) %!d(string=hai) anos
pai
achega
107a2c83ba
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  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)