emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
* [BUG] ? Stray \end{LIST} in latex export
@ 2011-02-26 18:45 Kieran Healy
  2011-02-27 21:32 ` Jeff Horn
  2011-02-28 10:33 ` [BUG] ? Stray \end{LIST} in latex export Nicolas
  0 siblings, 2 replies; 12+ messages in thread
From: Kieran Healy @ 2011-02-26 18:45 UTC (permalink / raw)
  To: emacs-orgmode

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

^ permalink raw reply	[flat|nested] 12+ messages in thread

end of thread, other threads:[~2011-02-28 14:20 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2011-02-26 18:45 [BUG] ? Stray \end{LIST} in latex export Kieran Healy
2011-02-27 21:32 ` Jeff Horn
2011-02-27 22:47   ` Nicolas
2011-02-27 23:48     ` Thomas S. Dye
2011-02-28  0:23       ` Kieran Healy
2011-02-28  2:43         ` Jeff Horn
2011-02-28  2:53           ` Kieran Healy
2011-02-28  2:49     ` Jeff Horn
2011-02-28  9:17       ` Nicolas
2011-02-28  7:57   ` [BUG] ? Stray \end{LIST} in latex export -> thanks Manuel Hermenegildo
2011-02-28 10:33 ` [BUG] ? Stray \end{LIST} in latex export Nicolas
2011-02-28 14:20   ` Kieran Healy

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).