emacs-orgmode
[Top][All Lists]
Advanced

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

[O] [Bug?] Smart quotes and latex environments


From: Jacob Gerlach
Subject: [O] [Bug?] Smart quotes and latex environments
Date: Thu, 30 Apr 2015 15:02:54 +0000

Hello,

--------------------------------------
#+OPTIONS: ':t
\begin{myenvironment}
"Foo"
\end{myenvironment}
--------------------------------------
Exports "Foo" rather than ``foo''. Is this expected?

I tried this instead:
--------------------------------------
#+Latex:\begin{myenvironment}
"Foo"
#+Latex:\end{myenvironment}
--------------------------------------
which exports to:
--------------------------------------
\begin{myenvironment}
``Foo''
\#+Latex:\end{myenvironment}
--------------------------------------
This seems like a bug.

Mixing the two:
--------------------------------------
#+Latex:\begin{myenvironment}
"Foo"
\end{myenvironment}
--------------------------------------
gives the desired result:
--------------------------------------
\begin{myenvironment}
``Foo''
\end{myenvironment}
--------------------------------------
but this seems like a hack.

Regards,
Jake

reply via email to

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