From mboxrd@z Thu Jan 1 00:00:00 1970 From: Alan Schmitt Subject: Re: export_file_name problem with new exporter Date: Fri, 07 Dec 2012 13:38:50 +0100 Message-ID: References: <20121207122921.GL4294@kuru.dyndns-at-home.com> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([208.118.235.92]:47030) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TgxCl-0007K3-8T for emacs-orgmode@gnu.org; Fri, 07 Dec 2012 07:39:00 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1TgxCf-0000eE-EQ for emacs-orgmode@gnu.org; Fri, 07 Dec 2012 07:38:59 -0500 Received: from mail1-relais-roc.national.inria.fr ([192.134.164.82]:8521) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TgxCf-0000e8-7q for emacs-orgmode@gnu.org; Fri, 07 Dec 2012 07:38:53 -0500 In-Reply-To: <20121207122921.GL4294@kuru.dyndns-at-home.com> (Suvayu Ali's message of "Fri, 7 Dec 2012 13:29:21 +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: Suvayu Ali Cc: emacs-orgmode@gnu.org Suvayu Ali writes: > On Fri, Dec 07, 2012 at 11:27:40AM +0100, Alan Schmitt wrote: >> Hello, >> >> I have "#+EXPORT_FILE_NAME: ~/tmp/jsseccloud.tex" in an org file, but >> when I export it (either to beamer or to latex), it's using the name of >> the file instead of the given file name. >> >> Am I doing something wrong here? >> > > As far as I am aware, that works for subtree export only. Ah, this is problematic. I need to change the file name for two reasons: - the org file name has spaces in it, and latexmk fails when processing it - processing the file creates a bunch of files that clobber my org directory, so I want the created files to be out of the way If someone has suggestions on how to deal with these issues, I'd gladly try them. Thanks, Alan