From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bastien Subject: Re: Inconsistency between #+OPTIONS and EXPORT_OPTIONS on LaTeX heading levels Date: Sun, 11 Dec 2011 16:55:17 +0100 Message-ID: <87ehwbcdcq.fsf@gnu.org> References: Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Return-path: Received: from eggs.gnu.org ([140.186.70.92]:33393) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RZljG-0002Zj-K2 for emacs-orgmode@gnu.org; Sun, 11 Dec 2011 10:54:19 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1RZljF-0002Yl-9M for emacs-orgmode@gnu.org; Sun, 11 Dec 2011 10:54:18 -0500 Received: from mail-ee0-f41.google.com ([74.125.83.41]:41990) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RZljE-0002Yh-Vt for emacs-orgmode@gnu.org; Sun, 11 Dec 2011 10:54:17 -0500 Received: by eekc41 with SMTP id c41so2666712eek.0 for ; Sun, 11 Dec 2011 07:54:16 -0800 (PST) In-Reply-To: (Sean Whitton's message of "Sun, 11 Dec 2011 12:25:57 +0000") 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: Sean Whitton Cc: emacs-orgmode@gnu.org Hi Sean, Sean Whitton writes: > When I set #+OPTIONS: H:1, I get what I expect: \section{} is the only > heading used and second level outline levels are converted to whatever > my org-export-lower-levels is set to, and the table of contents just has > the \section{}s in it. > > When I set EXPORT_OPTIONS to H:1, I get \section{} and \subsection{} in > the body text, but the table of contents only lists \section{}s. EXPORT_OPTIONS is for a tree, while #+OPTIONS is for the whole doc. > I want the first behaviour myself, but in any case, shouldn’t this be > consistent between the two? Maybe you can send an org file as an example? Thanks, -- Bastien