From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jeff Horn Subject: Re: [BUG] ? Stray \end{LIST} in latex export Date: Sun, 27 Feb 2011 16:32:05 -0500 Message-ID: References: <3B67EB93-F874-43CA-BAD2-2F27315C74C5@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Return-path: Received: from [140.186.70.92] (port=54140 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PtoEC-0008FA-6s for emacs-orgmode@gnu.org; Sun, 27 Feb 2011 16:32:37 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1PtoE7-0001EG-AZ for emacs-orgmode@gnu.org; Sun, 27 Feb 2011 16:32:32 -0500 Received: from mail-ey0-f169.google.com ([209.85.215.169]:39939) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1PtoE7-0001Dq-6A for emacs-orgmode@gnu.org; Sun, 27 Feb 2011 16:32:27 -0500 Received: by eyh6 with SMTP id 6so1139612eyh.0 for ; Sun, 27 Feb 2011 13:32:26 -0800 (PST) In-Reply-To: <3B67EB93-F874-43CA-BAD2-2F27315C74C5@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: Kieran Healy Cc: emacs-orgmode@gnu.org I noticed this last week and can reproduce it. I was just preparing a bug report on this very problem, and my test file is similar to yours. Minimal org setup. Org-mode version 7.4 (release_7.4.501.gc6dbde.dirty) GNU Emacs 24.0.50.1 (i386-apple-darwin9.8.0, NS apple-appkit-949.54) of 2011-02-10 on braeburn.aquamacs.org - Aquamacs Distribution 3.xdev On Sat, Feb 26, 2011 at 1:45 PM, Kieran Healy wrote: > I've had the following issue with recent org-mode builds (since early Jan= uary, I think). A document with an itemized list in it does not export prop= erly 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. > > I initially assumed this was some error in my own org-mode export setup, = as list export is so common I thought it surely would have been reported. B= ut I can reproduce this on a default org-mode install, so now I'm wondering= whether it is in fact a bug. > > -- > Kieran Healy :: http://www.kieranhealy.org --=20 Jeffrey Horn http://www.failuretorefrain.com/jeff/