From mboxrd@z Thu Jan 1 00:00:00 1970 From: Matthew Lundin Subject: Re: Latex export bugs and a request Date: Sat, 21 Mar 2009 13:32:22 -0500 Message-ID: References: <87zlflcm6t.fsf@fastmail.fm> <4CCC1BE5-B46F-4A01-AB69-AB1A28F4FF86@uva.nl> <87bpryeqpm.fsf@fastmail.fm> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Ll5zk-0000bJ-6w for emacs-orgmode@gnu.org; Sat, 21 Mar 2009 14:32:32 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Ll5zf-0000VX-Mj for emacs-orgmode@gnu.org; Sat, 21 Mar 2009 14:32:31 -0400 Received: from [199.232.76.173] (port=39310 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Ll5zf-0000VD-9x for emacs-orgmode@gnu.org; Sat, 21 Mar 2009 14:32:27 -0400 Received: from out2.smtp.messagingengine.com ([66.111.4.26]:50129) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1Ll5ze-0002fp-Vg for emacs-orgmode@gnu.org; Sat, 21 Mar 2009 14:32:27 -0400 In-Reply-To: (Matthew Lundin's message of "Thu\, 19 Mar 2009 21\:43\:31 -0500") 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: Matthew Lundin Cc: Org-mode ml Matthew Lundin writes: > Hi Carsten, > >>>>> 2. Headlines greater than n when H:n (e.g., level three headlines >>>>> when H >>>>> is set to 2) are exported as description lists. >>>>> >>>>> Is this the intended behavior? >>>> >>>> This is how Bastien designed it, and it is similar to the HTML way, >>>> turning these into lists. It works fine if there is any text before >>>> the plain list bullets. >>>> >>> >>> When I use a paragraph of text instead of plain list bullets, the >>> subsequent paragraph becomes the definition of the headline, which >>> becomes the list label. Is this correct? >> >> I am confused, could you make a detailed example, please? I'm a bit chagrined to admit that there is already a variable that does what I want. So sorry for the false alarm. I set the variable org-export-latex-low-levels to a string--\subparagraph{%s}--and then redefined the formatting of the subparagraph macro in the article preamble org-export-latex-classes. So everything is fine. I suppose it would be nice to add an itemize possibility to the variable org-export-latex-low-levels, but by no means urgent. This is a wishlist item and nothing more.... Thanks, Matt