|
From: | Christian Moe |
Subject: | Re: [O] BUG(?): #+BINDing org-export-publishing-directory only affects HTML output, not PDF or Babel results |
Date: | Wed, 07 Mar 2012 18:30:18 +0100 |
User-agent: | Mozilla/5.0 (Macintosh; Intel Mac OS X 10.6; rv:6.0.2) Gecko/20110902 Thunderbird/6.0.2 |
On Wed, 7 Mar 2012 12:38:48 +0000 (UTC), A Major said:> Even worse, if the .org file uses Babel to create files (say, in PNG > format) as a result (via ditaa, graphviz, etc.), then these files > end up in the directory containing the .org file, not in > /tmp/export-test, where the HTML file is placed. This leaves the > HTML output completely broken.
IIUC, this part of the problem should be easy to solve with the :dir header argument? You can set it once for the whole file with:
#+PROPERTY: dir /tmp/export-test Yours, Christian
[Prev in Thread] | Current Thread | [Next in Thread] |