emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
* 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, &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

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

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 public inbox

	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).