emacs-orgmode
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Orgmode] [BUG] ? Stray \end{LIST} in latex export


From: Jeff Horn
Subject: Re: [Orgmode] [BUG] ? Stray \end{LIST} in latex export
Date: Sun, 27 Feb 2011 16:32:05 -0500

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 <address@hidden> wrote:
> 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.
>
> 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. But 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


-- 
Jeffrey Horn
http://www.failuretorefrain.com/jeff/



reply via email to

[Prev in Thread] Current Thread [Next in Thread]