Hello,
Philipp Middendorf <[email protected]> writes:
> I noticed that when exporting to LaTeX using smart quotes, the smart
> quotes will be inserted in normal paragraphs but not inside tables. A
> minimal example is as follows:
>
> #+LANGUAGE: de
> #+OPTIONS: ':t
> #+LATEX_HEADER: \usepackage[german]{babel}
>
> foo "bar"
>
> | foo | bar |
> | bar | foo "qux" bar |
>
> This will be exported as follows (relevant snippet):
>
> foo "`bar"'
>
> \begin{center}
> \begin{tabular}{ll}
> foo & bar\\
> bar & foo "qux" bar\\
> \end{tabular}
Fixed. Thank you.
Regards,
--
Nicolas Goaziou