emacs-orgmode
[Top][All Lists]
Advanced

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

[O] Bug: ^:{} option, underscore in inline task, latex export


From: mylesenglish
Subject: [O] Bug: ^:{} option, underscore in inline task, latex export
Date: Tue, 21 Feb 2012 00:29:38 +0000
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/23.4 (gnu/linux)

Hello,

If an underscore appears in an inline task then there are problems for
latex export, as below.

Myles



#+TITLE: Underscore bug
#+OPTIONS:   ^:{}


* This works as expected

Here is an under_score that is escaped upon latex export

*************** TODO Fix buggy_bug
                That one makes it through to the .tex file
*************** END

* LaTeX export results in:                                         :noexport:

\section{This works as expected}
\label{sec-1}


Here is an under\_{}score that is escaped upon latex export

\begin{description}
\item[\textsc{TODO} Fix buggy_bug]~

That one makes it through to the .tex file

\end{description}



reply via email to

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