From mboxrd@z Thu Jan 1 00:00:00 1970 From: Charles Millar Subject: Re: [ANN] Add EXPORT_FILE_NAME keyword Date: Wed, 21 Dec 2016 07:11:30 -0500 Message-ID: References: <87zijqziaf.fsf@nicolasgoaziou.fr> <93ae6cda-6077-125c-7bdf-979f197d0573@verizon.net> <87tw9xy6d2.fsf@nicolasgoaziou.fr> Mime-Version: 1.0 Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:42935) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1cJfkQ-00013m-8y for emacs-orgmode@gnu.org; Wed, 21 Dec 2016 07:11:55 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1cJfkL-00046L-Ar for emacs-orgmode@gnu.org; Wed, 21 Dec 2016 07:11:54 -0500 Received: from vms173017pub.verizon.net ([206.46.173.17]:47899) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1cJfkL-00045r-6p for emacs-orgmode@gnu.org; Wed, 21 Dec 2016 07:11:49 -0500 Received: from vz-proxy-m001.mx.aol.com ([64.236.83.14]) by vms173017.mailsrvcs.net (Oracle Communications Messaging Server 7.0.5.32.0 64bit (built Jul 16 2014)) with ESMTPA id <0OIJ00FUZB77H840@vms173017.mailsrvcs.net> for emacs-orgmode@gnu.org; Wed, 21 Dec 2016 06:11:32 -0600 (CST) In-reply-to: <87tw9xy6d2.fsf@nicolasgoaziou.fr> 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" To: emacs-orgmode@gnu.org Hi again, On 12/21/2016 04:32 AM, Nicolas Goaziou wrote: > Hello, > > Charles Millar writes: > > >> However, I tried to export a subheading with, e.g. >> #+EXPORT_FILE_NAME: /foo/baz, >> and >> the result is /foo/bar.pdf, not /foo/baz.pdf > Where does "bar" come from? > I was not clear. I should have shown - * this heading #+EXPORT_FILE_NAME: /foo/bar ** next heading #+EXPORT_FILE_NAME: /foo/baz If i C-c C-e C-s l o "next heading" the document in that heading is exported as /foo/bar.pdf, not /foo/baz.pdf Best, Charlie Millar