From 107a2c83bab59367ae45d7c3d39f20086cbc7f08 Mon Sep 17 00:00:00 2001 From: Aaron Ecay Date: Wed, 6 Aug 2014 00:04:52 -0400 Subject: [PATCH] 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. --- lisp/ob-core.el | 1 + 1 file changed, 1 insertion(+) diff --git a/lisp/ob-core.el b/lisp/ob-core.el index ccc0878ae..d0f9f9bd0 100644 --- a/lisp/ob-core.el +++ b/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) -- 2.11.4.GIT