From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Eric Schulte" Subject: Re: Bug: lists, maths and export to latex Date: Mon, 14 Jun 2010 10:29:08 -0700 Message-ID: <87hbl5wmjf.fsf@gmail.com> References: <87aar2lohp.wl%n.goaziou@gmail.com> <87ljahwmlg.fsf@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from [140.186.70.92] (port=33749 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OODTF-0007rv-Gu for emacs-orgmode@gnu.org; Mon, 14 Jun 2010 13:29:14 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1OODTE-0004ZA-9a for emacs-orgmode@gnu.org; Mon, 14 Jun 2010 13:29:13 -0400 Received: from mail-pw0-f41.google.com ([209.85.160.41]:48664) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1OODTE-0004Yj-2t for emacs-orgmode@gnu.org; Mon, 14 Jun 2010 13:29:12 -0400 Received: by pwi7 with SMTP id 7so6670818pwi.0 for ; Mon, 14 Jun 2010 10:29:11 -0700 (PDT) In-Reply-To: <87ljahwmlg.fsf@gmail.com> (Eric Schulte's message of "Mon, 14 Jun 2010 10:27:55 -0700") 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 sorry, please disregard this email -- Eric "Eric Schulte" writes: > Hi Nicolas, > > I think you forgot to attach the actual patch. > > Best -- Eric > > Nicolas Goaziou writes: > >> 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