From mboxrd@z Thu Jan 1 00:00:00 1970 From: Carsten Dominik Subject: Re: LaTeX export bug Date: Wed, 5 Aug 2009 18:19:29 +0200 Message-ID: <66332AF9-9A65-4C19-B1D0-191E32A92EDC@gmail.com> References: <873a8fhu2n.fsf@cantor.griswold.home> 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 1MYjDJ-0002MG-J1 for emacs-orgmode@gnu.org; Wed, 05 Aug 2009 12:19:41 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1MYjDF-0002H7-S3 for emacs-orgmode@gnu.org; Wed, 05 Aug 2009 12:19:41 -0400 Received: from [199.232.76.173] (port=34987 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MYjDF-0002Gw-Mn for emacs-orgmode@gnu.org; Wed, 05 Aug 2009 12:19:37 -0400 Received: from mail-ew0-f211.google.com ([209.85.219.211]:42276) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1MYjDF-0005JA-AD for emacs-orgmode@gnu.org; Wed, 05 Aug 2009 12:19:37 -0400 Received: by ewy7 with SMTP id 7so288386ewy.42 for ; Wed, 05 Aug 2009 09:19:36 -0700 (PDT) In-Reply-To: <873a8fhu2n.fsf@cantor.griswold.home> 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: Dan Griswold Cc: emacs-orgmode@gnu.org Hi, I believe the issue is now fixed, please verify. - Carsten On Jul 30, 2009, at 2:51 AM, Dan Griswold wrote: > Hi there, > > Well, I think this a bug. > > Given this org input file: > > ,---- > | * Things > | ** A Heading > | - some > | - stuff > | - in > | - a > | - list > | ** Another heading > | - another > | - list > `---- > > then if I select the level one heading (titled "Things") with C-c @, > and > export to LaTeX using C-c C-e l, I get this output: > > ,---- > | % Created 2009-07-29 Wed 20:24 > | \documentclass[12pt]{article} > | \usepackage[utf8]{inputenc} > | \usepackage[T1]{fontenc} > | \usepackage{graphicx} > | \usepackage{longtable} > | \usepackage{hyperref} > | > | > | \title{Things} > | \author{Daniel M. Griswold} > | \date{July 29, 2009} > | > | \begin{document} > | > | \maketitle > | > | ** A Heading > | \begin{itemize} > | \item some > | \item stuff > | \item in > | \item a > | \item list > | \end{itemize} > | ** Another heading > | \begin{itemize} > | \item another > | \item list > | \end{itemize} > | > | \end{document} > `---- > > Note that the top level headings ("A Heading" and "Another Heading") > are > not exported as \section, but with the asterisks they have in the org > file: > > ,---- > | ** A Heading > | \begin{itemize} > | > | ... snip ... > | > | \end{itemize} > | ** Another heading > `---- > > Exporting the whole file does what it's supposed to do: export the > headlines as \section and \subsection. > > Can any of you reproduce this? > > Thanks, > Dan > > > -- > -------------- > Dan Griswold > Rochester, NY > -------------- > > > > _______________________________________________ > 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