From mboxrd@z Thu Jan 1 00:00:00 1970 From: Carsten Dominik Subject: Re: Latex Export Date: Tue, 15 Jan 2008 12:26:12 +0100 Message-ID: <296F5C78-2112-44E7-A205-B7CCB132E812@gmail.com> References: <20071130031506.GA3880@odin.demosthenes.org> <20071130062126.GA4661@fastwebnet.it> <20071130072711.GA11065@odin.demosthenes.org> <871wa7lxel.fsf@bzg.ath.cx> <20071201071430.GA15825@odin.demosthenes.org> <20071202210405.GF4256@odin.demosthenes.org> <87d4tozs8u.fsf@bzg.ath.cx> <20080109205331.GE22499@odin.demosthenes.org> Mime-Version: 1.0 (Apple Message framework v915) Content-Type: text/plain; charset=US-ASCII; format=flowed; delsp=yes Content-Transfer-Encoding: 7bit Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1JEjvw-0006wO-JU for emacs-orgmode@gnu.org; Tue, 15 Jan 2008 06:26:20 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1JEjvs-0006nx-Rc for emacs-orgmode@gnu.org; Tue, 15 Jan 2008 06:26:20 -0500 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JEjvs-0006nd-Lg for emacs-orgmode@gnu.org; Tue, 15 Jan 2008 06:26:16 -0500 Received: from ug-out-1314.google.com ([66.249.92.171]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1JEjvs-00005g-Am for emacs-orgmode@gnu.org; Tue, 15 Jan 2008 06:26:16 -0500 Received: by ug-out-1314.google.com with SMTP id a2so72627ugf.48 for ; Tue, 15 Jan 2008 03:26:15 -0800 (PST) In-Reply-To: <20080109205331.GE22499@odin.demosthenes.org> List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: Russell Adams Cc: emacs-orgmode@gnu.org On Jan 9, 2008, at 9:53 PM, Russell Adams wrote: > On a note related to #+OPTIONS and exporting, I've taken to using > sub-buffers (C-c C-x b) on a tree to limit my view to a specific > tree. I've discovered that I can export in this mode, however, export > doesn't honor the #+OPTIONS from the original file. > > I'm sure this is because the exporter is limiting its scope to the > current buffer, as if I paste my #+OPTIONS at the top of the subtree > buffer, it works fine. This is only temporary though, and doesn't > survive reopening the subbuffer, and adds the text to the prior > heading's content. ;] > > Other than temporarily adding an OPTIONS line, what are my options? I > don't recall export options as a property yet. I suppose I could set > common options in my .emacs. > > I welcome comments! Hi Russel, this is clearly a bug, thank for the report. Will be fixed in the next release. - Carsten