From mboxrd@z Thu Jan 1 00:00:00 1970 From: Christian Moe Subject: Re: BUG(?): #+BINDing org-export-publishing-directory only affects HTML output, not PDF or Babel results Date: Wed, 07 Mar 2012 18:30:18 +0100 Message-ID: <4F579B2A.6030104@christianmoe.com> References: <87aa3s1jff.fsf@gmail.com> Reply-To: mail@christianmoe.com Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Return-path: Received: from eggs.gnu.org ([208.118.235.92]:44307) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1S5KiF-0005M3-6U for emacs-orgmode@gnu.org; Wed, 07 Mar 2012 12:32:07 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1S5Ki5-0005Zq-HD for emacs-orgmode@gnu.org; Wed, 07 Mar 2012 12:31:42 -0500 Received: from b1.hitrost.net ([91.185.211.67]:44745) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1S5Ki5-0005V9-AJ for emacs-orgmode@gnu.org; Wed, 07 Mar 2012 12:31:33 -0500 In-Reply-To: <87aa3s1jff.fsf@gmail.com> 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 Cc: "A. Major" , Myles English >>> 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