From mboxrd@z Thu Jan 1 00:00:00 1970 From: A. Major Subject: Re: BUG(?): #+BINDing org-export-publishing-directory only affects HTML output, not PDF or Babel results Date: Thu, 8 Mar 2012 06:38:02 +0000 (UTC) Message-ID: References: <87aa3s1jff.fsf@gmail.com> <4F579B2A.6030104@christianmoe.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Return-path: Received: from eggs.gnu.org ([208.118.235.92]:50791) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1S5WzZ-00028Z-6m for emacs-orgmode@gnu.org; Thu, 08 Mar 2012 01:38:26 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1S5WzX-00079R-Cu for emacs-orgmode@gnu.org; Thu, 08 Mar 2012 01:38:24 -0500 Received: from plane.gmane.org ([80.91.229.3]:36849) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1S5WzX-00079J-77 for emacs-orgmode@gnu.org; Thu, 08 Mar 2012 01:38:23 -0500 Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1S5WzT-0002JB-VW for emacs-orgmode@gnu.org; Thu, 08 Mar 2012 07:38:20 +0100 Received: from dslb-188-099-162-020.pools.arcor-ip.net ([188.99.162.20]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Thu, 08 Mar 2012 07:38:19 +0100 Received: from andras.g.major by dslb-188-099-162-020.pools.arcor-ip.net with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Thu, 08 Mar 2012 07:38:19 +0100 List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: emacs-orgmode@gnu.org Christian Moe christianmoe.com> writes: > > > >>> 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 > > Thanks, but the "dir" PROPERTY appears to affect the target directory for babel's results, neither the HTML nor the PDF output are influenced that way. Combining BIND and the "dir" PROPERTY, I can get HTML and babel files in the right place, but not the PDF. Any other suggestions? :)