Hi All,
html-export for the following minimal example breaks:
===============================
Keyword1 "keyword2"
<<<Keyword1>>>
<<<keyword2>>>
===============================
Error Message:
org-export-activate-smart-quotes: Wrong number of arguments: #[(q
type) "ÆÇ\"
(after that comes a number of weird symbols that I cannot even copy into
the email...)
Removing the quotes around "keyword2" fixes the problem:
===============================
Keyword1 keyword2
<<<Keyword1>>>
<<<keyword2>>>
===============================
What also works is to add another word between Keyword1 and "keyword2":
===============================
Keyword1 and "keyword2"
<<<Keyword1>>>
<<<keyword2>>>
===============================
Thanks,
thomas