Nicolas Goaziou <n.goaziou <at> gmail.com> writes: > > Hello, > > I've installed a smart quotes module in org-export.el (new exporter). It > is off by default. You can turn it on globally with > `org-export-with-smart-quotes' variable, or locally with: > > #+OPTIONS: ':t
I thought I'd give this a try, but when I try to export the file below (to HTML or LaTeX), I get an error: org-export-activate-smart-quotes: Wrong type argument: numberp, nil If I disable the option, the export works (but without smart quotes, of course). Regards, Mike ------- example ------- #+OPTIONS: ':t This is a 'test' "file". * Headline with 'quotes' ** Subheading with "quotes". This is "some" 'text'.