From mboxrd@z Thu Jan 1 00:00:00 1970 From: Carsten Dominik Subject: Re: Bug: lists, maths and export to latex Date: Fri, 25 Jun 2010 08:02:40 +0200 Message-ID: References: <87aar2lohp.wl%n.goaziou@gmail.com> 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=54085 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OSD8E-0004OQ-6E for emacs-orgmode@gnu.org; Fri, 25 Jun 2010 13:56:06 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1OS2h9-0003jr-Om for emacs-orgmode@gnu.org; Fri, 25 Jun 2010 02:47:24 -0400 Received: from mail-ww0-f41.google.com ([74.125.82.41]:58711) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1OS2h9-0003jC-Iy for emacs-orgmode@gnu.org; Fri, 25 Jun 2010 02:47:23 -0400 Received: by mail-ww0-f41.google.com with SMTP id 26so803214wwf.0 for ; Thu, 24 Jun 2010 23:47:23 -0700 (PDT) In-Reply-To: <87aar2lohp.wl%n.goaziou@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: Nicolas Goaziou Cc: Org Mode List Hi Nicolas, this works fine for me - I don't remember if we actually fixed it, but it seems to work now. - Carsten On Jun 10, 2010, at 8:41 PM, Nicolas Goaziou wrote: > Hello, > > With the following minimal example, the list isn't properly exported > to latex (please note there is no problem with html). The culprit is > obviously the equation split across two lines at the end of the first > item. > > ----------------------------------------------------------------------- > * Example > > 1. A line full of text and an equation at the very end of it. \(a = > 3\). > > 2. Second item > ----------------------------------------------------------------------- > > > is exported as > > > ----------------------------------------------------------------------- > \section{Example} > \label{sec-1} > > > 1. A line full of text and an equation at the very end of it. \(a = > 3\). > > \begin{enumerate} > \item Second item > \end{enumerate} > ----------------------------------------------------------------------- > > > Tested on latest git. > > Thanks, > > -- > Nicolas > > _______________________________________________ > Emacs-orgmode mailing list > Please use `Reply All' to send replies to the list. > Emacs-orgmode@gnu.org > http://lists.gnu.org/mailman/listinfo/emacs-orgmode - Carsten