This is exactly the reasons why I don't want to use csquotes:
\enquote{something}.
But check for instance org-latex-tables-booktabs, which makes optional
support for booktabs. That kind of support for csquote is of course
OK. One reason I'd not use this is that the quotes exported to HTML
and LaTeX are no longer in sync. Which is why I'd rather see
customization through a user smart quote alist.
> > I think it would make sense to support this for org, and perhapsSee below.
>> eventually
>> > make it default behavior. FWIW: I had no idea about this until it bit me
>> > when my LaTeX document suddenly had bogus quotes in it.
>>
>> This has never happened to me, despite extensive usage of LaTeX for
>> almost ten years.
>>
>
> This is a fairly new occurrence, and it is not true for all LaTeXes
> currently available. The motivation is the one that I have given above:
Org already has semantic quote characters, namely '"' and "'".
> quotations are language-specific and semantic markup is preferable.
\documentclass{article}
\usepackage{fontspec}
\addfontfeatures{Mapping=}
\addfontfeatures{Ligatures=}
\begin{document}
``test''
\end{document}
Could you share a snip that reproduces your problem?