From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Thomas S. Dye" Subject: Re: Strange behaviour of produced latex-pdf Date: Wed, 2 Feb 2011 06:38:56 -1000 Message-ID: <7AF8C964-7DF3-4A99-AA58-681E7A560E5B@tsdye.com> References: <201102021230.58132.martin@weigele.de> Mime-Version: 1.0 (Apple Message framework v936) Content-Type: text/plain; charset=US-ASCII; format=flowed; delsp=yes Content-Transfer-Encoding: 7bit Return-path: Received: from [140.186.70.92] (port=48637 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PkflP-0007u3-6o for Emacs-orgmode@gnu.org; Wed, 02 Feb 2011 11:41:05 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Pkfjp-0000xl-0a for Emacs-orgmode@gnu.org; Wed, 02 Feb 2011 11:39:27 -0500 Received: from cpoproxy1-pub.bluehost.com ([69.89.21.11]:49289) by eggs.gnu.org with smtp (Exim 4.71) (envelope-from ) id 1Pkfjo-0000q2-Pj for Emacs-orgmode@gnu.org; Wed, 02 Feb 2011 11:39:24 -0500 In-Reply-To: <201102021230.58132.martin@weigele.de> 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: Martin Weigele Cc: Emacs-orgmode@gnu.org On Feb 2, 2011, at 1:30 AM, Martin Weigele wrote: > Dear all, have encountered the following strange behaviour in > producing latex- > pdf from a standard outline, C-c C-e d . One of many top nodes is > seemingly > arbitrarily not broken down into subnodes. It works fine, however, > when > producing html. Emacs 23.1.1; org-7.4 manually installed; ubuntu > 10.04 LTS. > > The following declarations are used: > > #+TITLE: Blah > #+LaTeX_CLASS: book > #+LATEX_HEADER: \usepackage{a5}\usepackage{german} > #+LANGUAGE: DE > #+TEXT: Blah > > While most top nodes are broken down like > \chapter{blah} > \section{blah} > etc.. > > ...one chapter is simply not broken down. I have checked the org > file with vi, > there is no evidence that anything is wrong in the orgfile > structure. All go > *chapter > **section > ***subsection > > etc. > > Like others, the unrefined chapter contains only (sub)headlines, no > text yet. > Any ideas? Aloha Martin, I don't understand what you mean by "not broken down." Could you provide an example of the LaTeX output? All the best, Tom