ox-latex.el (latex): Don't force exporting with smart quotes
commit320b633b6ec44e0dc866b67b6a761ce3c8b05ddb
authorBastien Guerry <bzg@altern.org>
Tue, 16 Apr 2013 09:39:41 +0000 (16 11:39 +0200)
committerBastien Guerry <bzg@altern.org>
Tue, 16 Apr 2013 09:39:41 +0000 (16 11:39 +0200)
tree7dddd982fe68091783da9b0f2027e6945596d76c
parent2335b10bf28a1121cfc26136c58ff4c0a8ce17a9
ox-latex.el (latex): Don't force exporting with smart quotes

* ox-latex.el (latex): Don't force exporting with smart
quotes.

* ox.el (org-export-with-smart-quotes): Mention the need to
use the relevant Babel package when setting this option to
non-nil.

Before the fix, if the user used #+LANGUAGE: fr with no other
customization, the quotes would disappear from the PDF output.
That's because smart quotes were enforced, while the .tex file
needs \usepackage[french]{babel} to display the quotes.

We now don't force the smart quotes and give more explanations
in `org-export-with-smart-quotes'.
lisp/ox-latex.el
lisp/ox.el