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 19:24:55 -0400 Message-ID: <30065.1332285895@alphaville> References: <28543.1332273325@alphaville> <28708.1332275451@alphaville> <878vivkjwn.fsf@Rainer.invalid> Reply-To: nicholas.dokos@hp.com Return-path: Received: from eggs.gnu.org ([208.118.235.92]:39842) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SA8QI-0003D6-3U for emacs-orgmode@gnu.org; Tue, 20 Mar 2012 19:25:03 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1SA8QG-0007te-0g for emacs-orgmode@gnu.org; Tue, 20 Mar 2012 19:25:01 -0400 Received: from g6t0187.atlanta.hp.com ([15.193.32.64]:17872) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SA8QF-0007t1-TK for emacs-orgmode@gnu.org; Tue, 20 Mar 2012 19:24:59 -0400 In-Reply-To: Message from Achim Gratz of "Tue, 20 Mar 2012 23:05:44 BST." <878vivkjwn.fsf@Rainer.invalid> 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: Achim Gratz Cc: nicholas.dokos@hp.com, emacs-orgmode@gnu.org Achim Gratz wrote: > Nick Dokos writes: > > 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. > > Especially as this is a limitation of LaTeX, not the exporter. > > :-) > > Not true - the following compiles with no problems: --8<---------------cut here---------------start------------->8--- ... \begin{document} \maketitle \setcounter{tocdepth}{3} \tableofcontents \vspace*{1cm} \section{foo} \label{sec-1} \subsubsection{baz} \label{sec-1-1-1} \subsubsection{hunoz} \label{sec-1-1-2} \end{document} --8<---------------cut here---------------end--------------->8--- Nick