emacs-orgmode
[Top][All Lists]
Advanced

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

[O] Quotes not being converted correctly for LaTeX export


From: Suvayu Ali
Subject: [O] Quotes not being converted correctly for LaTeX export
Date: Fri, 8 Mar 2013 18:27:51 +0100
User-agent: Mutt/1.5.21 (2012-12-30)

Hi,

It seems double and single quotes are not being exported properly for
LaTeX export.  In a minimal Org instance, the following

  * Test
  "Orange box"
  'Orange box'

is exported as

  \section[Testing]{Testing}
  \label{sec-1}
  "Orange box"
  'Orange box'

whereas I would expect the following

  \section[Testing]{Testing}
  \label{sec-1}
  ``Orange box''
  `Orange box'

Hope this helps,

-- 
Suvayu

Open source is the future. It sets us free.



reply via email to

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