* Bug: Smart left single quote broken
@ 2015-09-02 9:05 T.F. Torrey
2015-09-02 13:38 ` Nicolas Goaziou
2015-09-02 19:07 ` Nicolas Goaziou
0 siblings, 2 replies; 4+ messages in thread
From: T.F. Torrey @ 2015-09-02 9:05 UTC (permalink / raw)
To: emacs-orgmode
Hello all,
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,
like this:
#+BEGIN_EXAMPLE
<p>
He said, “You should believe me, ’cause it’s
‘true’.”
</p>
#+END_EXAMPLE
I looked at the code, but it has become more convoluted than I can
figure out in the time allotted. Hopefully the error is obvious to
someone more familiar with it.
Emacs : GNU Emacs 24.5.1 (i586-pc-linux-gnu, GTK+ Version 3.16.4) of
2015-06-28 on x86-csail-01, modified by Debian Package: Org-mode
version 8.3.1 (release_8.3.1-190-g258966 @
/home/tftorrey/T/org-mode/lisp/)
Best,
Terry
--
T.F. Torrey
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: Bug: Smart left single quote broken
2015-09-02 9:05 Bug: Smart left single quote broken T.F. Torrey
@ 2015-09-02 13:38 ` Nicolas Goaziou
2015-09-02 17:37 ` T.F. Torrey
2015-09-02 19:07 ` Nicolas Goaziou
1 sibling, 1 reply; 4+ messages in thread
From: Nicolas Goaziou @ 2015-09-02 13:38 UTC (permalink / raw)
To: T.F. Torrey; +Cc: emacs-orgmode
Hello,
"T.F. Torrey" <tftorrey@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
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: Bug: Smart left single quote broken
2015-09-02 9:05 Bug: Smart left single quote broken T.F. Torrey
2015-09-02 13:38 ` Nicolas Goaziou
@ 2015-09-02 19:07 ` Nicolas Goaziou
1 sibling, 0 replies; 4+ messages in thread
From: Nicolas Goaziou @ 2015-09-02 19:07 UTC (permalink / raw)
To: T.F. Torrey; +Cc: emacs-orgmode
Hello,
"T.F. Torrey" <tftorrey@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,
> like this:
>
> #+BEGIN_EXAMPLE
> <p>
> He said, “You should believe me, ’cause it’s
> ‘true’.”
> </p>
> #+END_EXAMPLE
Fixed. Thank you.
Regards,
--
Nicolas Goaziou
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2015-09-02 19:06 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-09-02 9:05 Bug: Smart left single quote broken T.F. Torrey
2015-09-02 13:38 ` Nicolas Goaziou
2015-09-02 17:37 ` T.F. Torrey
2015-09-02 19:07 ` Nicolas Goaziou
Code repositories for project(s) associated with this external index
https://git.savannah.gnu.org/cgit/emacs.git
https://git.savannah.gnu.org/cgit/emacs/org-mode.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.