From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nicolas Goaziou Subject: Re: export_file_name problem with new exporter Date: Thu, 13 Dec 2012 14:09:08 +0100 Message-ID: <8738zadrpn.fsf@gmail.com> References: Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([208.118.235.92]:36134) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Tj8bL-0002Xr-0i for emacs-orgmode@gnu.org; Thu, 13 Dec 2012 08:13:29 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Tj8bG-0008WT-8O for emacs-orgmode@gnu.org; Thu, 13 Dec 2012 08:13:22 -0500 Received: from mail-wi0-f173.google.com ([209.85.212.173]:34687) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Tj8bG-0008W4-1z for emacs-orgmode@gnu.org; Thu, 13 Dec 2012 08:13:18 -0500 Received: by mail-wi0-f173.google.com with SMTP id hn17so3659388wib.12 for ; Thu, 13 Dec 2012 05:13:17 -0800 (PST) In-Reply-To: (Alan Schmitt's message of "Fri, 07 Dec 2012 11:27:40 +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: Alan Schmitt Cc: emacs-orgmode Hello, Alan Schmitt writes: > 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? There is no #+EXPORT_FILE_NAME: keyword. But there is an :EXPORT_FILE_NAME: node-property for subtree export. There could be a #+FILE_NAME: keyword (much like :EXPORT_AUTHOR: and #+AUTHOR). Though, it is too dangerous to my liking. For example, publishing expects the output file to be generated in the working directory. Using a different export path per file could lead to much confusion. Hence I'd rather not implement it. Regards, -- Nicolas Goaziou