emacs-orgmode
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [O] Bug: Smart left single quote broken


From: Nicolas Goaziou
Subject: Re: [O] Bug: Smart left single quote broken
Date: Wed, 02 Sep 2015 21:07:40 +0200

Hello,

"T.F. Torrey" <address@hidden> 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, &ldquo;You should believe me, &rsquo;cause it&rsquo;s
> &rsquo;true&rsquo;.&rdquo;
> </p>
> #+END_EXAMPLE
>
> The quote before "true" should be a left single quote, and it used to be,
> like this:
>
> #+BEGIN_EXAMPLE
> <p>
> He said, &ldquo;You should believe me, &rsquo;cause it&rsquo;s
> &lsquo;true&rsquo;.&rdquo;
> </p>
> #+END_EXAMPLE

Fixed. Thank you.

Regards,

-- 
Nicolas Goaziou



reply via email to

[Prev in Thread] Current Thread [Next in Thread]