From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nick Dokos Subject: Re: LaTeX export - can't skip a heading level Date: Tue, 20 Mar 2012 16:30:51 -0400 Message-ID: <28708.1332275451@alphaville> References: <28543.1332273325@alphaville> Reply-To: nicholas.dokos@hp.com Return-path: Received: from eggs.gnu.org ([208.118.235.92]:54354) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SA5hr-0007pe-VK for emacs-orgmode@gnu.org; Tue, 20 Mar 2012 16:31:02 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1SA5hp-0007fI-Jb for emacs-orgmode@gnu.org; Tue, 20 Mar 2012 16:30:59 -0400 Received: from g1t0027.austin.hp.com ([15.216.28.34]:13003) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SA5hp-0007f4-ED for emacs-orgmode@gnu.org; Tue, 20 Mar 2012 16:30:57 -0400 In-Reply-To: Message from Nick Dokos of "Tue, 20 Mar 2012 15:55:25 EDT." <28543.1332273325@alphaville> 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: Richard Stanton , "emacs-orgmode@gnu.org" Cc: nicholas.dokos@hp.com Nick Dokos wrote: > Richard Stanton wrote: > > > Using org-mode 7.8.03, I've found that exporting to LaTeX has a tough time > > if you try to skip a header level. For example, to prevent my TODO items > > being numbered, one method is to make them a lower-level heading, and then > > make that level un-numbered. > > > > However, if I try the following: > > > > * To Do List > > *** TODO First item > > *** TODO Second item > > > > > Then when exported to LaTeX, only the title appears (both TODO items are > > excluded). > > > PS. Not sure why the third level headlines are skipped if the second level > headline is absent. This feels like a bug to me. > The latex exporter is very rigid about what it will accept: it wants the levels to be in strict sequence. So this has to be chalked down as a fairly deeply ingrained limitation of the exporter. I don't see an easy way to lift it. Nick