[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [O] bug in org-export-smart-quotes
From: |
Nick Dokos |
Subject: |
Re: [O] bug in org-export-smart-quotes |
Date: |
Fri, 27 Mar 2015 19:35:15 -0400 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/25.0.50 (gnu/linux) |
Jay Dixit <address@hidden> writes:
> Thanks for the suggestion. Putting extra spaces in the original solves
> the smart quotes issue, but creates unwanted spaces on either side of
> the em dash:
>
I understand but I can't really help. If I'm right that the regexps are
looking for a space[fn:1] (and that's a big if), then the only way to
fix it is to modify one or more of them (see
org-export-smart-quotes-regexps, which btw is a defconst, so not really
meant to be modified), but I'm not up to that task.
Let's hope that I'm wrong and somebody comes up with a simpler solution.
Nick
Footnotes:
[fn:1] or, rather, for something that the dash does not
satisfy