From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nicolas Subject: Re: [BUG] ? Stray \end{LIST} in latex export Date: Mon, 28 Feb 2011 11:33:49 +0100 Message-ID: <87aahgh2ia.fsf@gmail.com> References: <3B67EB93-F874-43CA-BAD2-2F27315C74C5@gmail.com> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from [140.186.70.92] (port=34098 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Pu0QV-0001Pp-Bv for emacs-orgmode@gnu.org; Mon, 28 Feb 2011 05:34:04 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Pu0QI-0003z6-Tu for emacs-orgmode@gnu.org; Mon, 28 Feb 2011 05:33:51 -0500 Received: from mail-bw0-f41.google.com ([209.85.214.41]:56523) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Pu0QI-0003yv-P7 for emacs-orgmode@gnu.org; Mon, 28 Feb 2011 05:33:50 -0500 Received: by bwz17 with SMTP id 17so4143432bwz.0 for ; Mon, 28 Feb 2011 02:33:49 -0800 (PST) In-Reply-To: <3B67EB93-F874-43CA-BAD2-2F27315C74C5@gmail.com> (Kieran Healy's message of "Sat, 26 Feb 2011 13:45:12 -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: Kieran Healy Cc: emacs-orgmode@gnu.org Hello, Kieran Healy writes: > I've had the following issue with recent org-mode builds (since early > January, I think). A document with an itemized list in it does not > export properly to latex: the export process inserts/leaves behind > a stray \end{LIST} statement which breaks the .tex file. For example, > doing C-c C-e l on this document: > > -------------------------------------------- > #+TITLE: Example > #+AUTHOR: Example > > ** Example > - Lorem ipsum dolor sit amet > - Lorem ipsum dolor sit amet > > The end. > -------------------------------------------- > > gives the following relevant bit of output: > >> \Section{Example} >> \label{sec-1} >> >> \begin{itemize} >> \item Lorem ipsum dolor sit amet >> \item Lorem ipsum dolor sit amet >> \end{itemize} >> \end{LIST} >> >> The end. It should be now fixed in master. Could you confirm this? Thanks for reporting this bug ! Regards, -- Nicolas