Suvayu Ali <fatkasuvayu+li...@gmail.com> 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, --