emacs-orgmode
[Top][All Lists]
Advanced

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

Re: [O] Quotes not being converted correctly for LaTeX export


From: Jambunathan K
Subject: Re: [O] Quotes not being converted correctly for LaTeX export
Date: Fri, 08 Mar 2013 23:03:39 +0530
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.3.50 (gnu/linux)

Suvayu Ali <address@hidden> writes:

> 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'

#+OPTIONS: ':t

,----[ C-h v org-export-with-smart-quotes RET ]
| org-export-with-smart-quotes is a variable defined in `ox.el'.
| Its value is nil
| 
| Documentation:
| Non-nil means activate smart quotes during export.
| This option can also be set with the #+OPTIONS: line,
| e.g. "':t".
| 
| You can customize this variable.
| 
| This variable was introduced, or its default value was changed, in
| version 24.4 of Emacs.
`----


> Hope this helps,

-- 



reply via email to

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