From mboxrd@z Thu Jan 1 00:00:00 1970 From: Carsten Dominik Subject: Re: Exporting org to LaTeX to PDF: headings do not convert to sections Date: Thu, 21 May 2009 16:27:21 +0200 Message-ID: <50C05343-0CF2-4E8A-873B-2E040C225789@gmail.com> References: <7bef1f890905210650o1a4a66e1t5b87cbc363b44ac5@mail.gmail.com> Mime-Version: 1.0 (Apple Message framework v935.3) 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 1M79JK-0006dV-Fz for emacs-orgmode@gnu.org; Thu, 21 May 2009 10:31:54 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1M79JE-0006a2-Vu for emacs-orgmode@gnu.org; Thu, 21 May 2009 10:31:53 -0400 Received: from [199.232.76.173] (port=43604 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1M79JE-0006Zq-OG for emacs-orgmode@gnu.org; Thu, 21 May 2009 10:31:48 -0400 Received: from mx20.gnu.org ([199.232.41.8]:61599) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1M79Fe-0000yv-Mc for emacs-orgmode@gnu.org; Thu, 21 May 2009 10:28:06 -0400 Received: from mail-ew0-f162.google.com ([209.85.219.162]) by mx20.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1M79Fa-0003WR-Is for emacs-orgmode@gnu.org; Thu, 21 May 2009 10:28:02 -0400 Received: by ewy6 with SMTP id 6so1321220ewy.42 for ; Thu, 21 May 2009 07:27:36 -0700 (PDT) In-Reply-To: <7bef1f890905210650o1a4a66e1t5b87cbc363b44ac5@mail.gmail.com> 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: "Alan E. Davis" Cc: org-mode Hi Alan, this is a fundamental limitation in LaTeX See http://www.tex.ac.uk/cgi-bin/texfaq2html?label=toodeep The only thing you can do in Org is to increase the number of headline levels to the maximum possible: #+OPTION H:5 is I think the maximum you can get. You cal also create a LaTeX class with more headline leves and push H even further. I believe there are some clases which provide at least subsubparagraph. If you have a good idea how to represent deeper levels in LaTeX, maybe we can do something clever in the LaTeX exporter. Besides this, I see no further way out of this problem. HTH - Carsten On May 21, 2009, at 3:50 PM, Alan E. Davis wrote: > An outline, when exported as PDF, shows no sections. When exporting > to LaTeX, the following message is received: > > ERROR: LaTeX Error: Too deeply nested. > > --- TeX said --- > > See the LaTeX manual or LaTeX Companion for explanation. > Type H for immediate help. > ... > > l.110 \begin{itemize} > > --- HELP --- > There are too many list-making environments nested within one > another. > How many levels of nesting are permitted may depend upon what > computer > you are using, but at least four levels are provided, which > should be > enough. > > When I am able to clear out a couple of levels of /begin{itemize}, > LaTeX does compile, and produces a file with sections as expected. > > Is there a solution, or something I ought to know? > > I have tried to set some options, like sec:5, in the outline, but to > no effect. In the PDF, instead of sections with numbers, one finds > several stars, as though this were an ascii export. > > Thank you for any advice. > > > Alan Davis > > It is undesirable to believe a proposition when > there is no ground whatsoever for supposing it is true. > ---- Bertrand Russell > > > _______________________________________________ > Emacs-orgmode mailing list > Remember: use `Reply All' to send replies to the list. > Emacs-orgmode@gnu.org > http://lists.gnu.org/mailman/listinfo/emacs-orgmode