Hello, "T.F. Torrey" <tftor...@tftorrey.com> writes:
> The smart quote code has gotten a little borked, at least in HTML. > > This: > > #+BEGIN_EXAMPLE > He said, "You should believe me, 'cause it's 'true'." > #+END_EXAMPLE > > Exports to this: > > #+BEGIN_EXAMPLE > <p> > He said, “You should believe me, ’cause it’s > ’true’.” > </p> > #+END_EXAMPLE > > The quote before "true" should be a left single quote, and it used to > be, There is indeed a bug, thank you. I'm going to fix it. > like this: > > #+BEGIN_EXAMPLE > <p> > He said, “You should believe me, ’cause it’s > ‘true’.” > </p> > #+END_EXAMPLE I don't think we ever achieved this result. At best, we can obtain: He said, “You should believe me, ‘cause it’s ‘true’.” I doubt it is possible to tell that 'cause begins with an apostrophe and not an opening single quote without grammatical analysis. Regards, -- Nicolas Goaziou