From mboxrd@z Thu Jan 1 00:00:00 1970 From: Mark Elston Subject: Re: Exporting org to LaTeX to PDF: headings do not convert to sections Date: Thu, 21 May 2009 18:38:17 -0700 Message-ID: <4A160209.9050707@comcast.net> References: <7bef1f890905210650o1a4a66e1t5b87cbc363b44ac5@mail.gmail.com> <50C05343-0CF2-4E8A-873B-2E040C225789@gmail.com> <7929538D-33E3-4D6D-AC2B-BC12BFED2DD1@uva.nl> <7bef1f890905211314p4f14e44fj57aac5d339578a28@mail.gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1M7JiY-0007jw-Jq for emacs-orgmode@gnu.org; Thu, 21 May 2009 21:38:38 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1M7JiW-0007jC-7t for emacs-orgmode@gnu.org; Thu, 21 May 2009 21:38:37 -0400 Received: from [199.232.76.173] (port=45974 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1M7JiW-0007j9-3L for emacs-orgmode@gnu.org; Thu, 21 May 2009 21:38:36 -0400 Received: from qmta06.westchester.pa.mail.comcast.net ([76.96.62.56]:34015) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1M7JiV-0001cq-PC for emacs-orgmode@gnu.org; Thu, 21 May 2009 21:38:35 -0400 In-Reply-To: <7bef1f890905211314p4f14e44fj57aac5d339578a28@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 Alan E. Davis wrote: > > I don't understand why I do not see "section" or "subsection", and the > sections often come out with bare stars. Is this also because the > number of levels has been exceeded? > > Are you, by any chance, using a top-level org file with #+INCLUDE lines? If so, you need to put at least one line with a single start before the include directives. I had a similar problem in the past and this solved my problem. That is: * Introduction #+INCLUDE "abc.org" #+INCLUDE "def.org" Each of the included org files can have their own top-level headlines and these are turned into the appropriate LaTeX sectioning commands. Mark