emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
* HTML export doesn't convert quote before footnote
@ 2014-01-08  2:09 James Harkins
  2014-01-08  5:03 ` Nick Dokos
  2014-01-08 15:33 ` Nicolas Goaziou
  0 siblings, 2 replies; 9+ messages in thread
From: James Harkins @ 2014-01-08  2:09 UTC (permalink / raw)
  To: orgmode

This appears to be an HTML export bug: A straight double-quote mark before 
a footnote fails to convert into ”

Minimal example:

* Heading
Krusty the Klown opined, "Well, that's showbiz for ya."[fn:1]
* Footnotes
[fn:1] /The Simpsons/.

Expected:

<p>
Krusty the Klown opined, &ldquo;Well, that&rsquo;s showbiz for 
ya.&rdquo;<sup><a id="fnr.1" name="fnr.1" class="footref" 
href="#fn.1">1</a></sup>
</p>

Got:

<p>
Krusty the Klown opined, &ldquo;Well, that&rsquo;s showbiz for ya."<sup><a 
id="fnr.1" name="fnr.1" class="footref" href="#fn.1">1</a></sup>
</p>

I guess I can filter for it as a workaround.

hjh

^ permalink raw reply	[flat|nested] 9+ messages in thread

end of thread, other threads:[~2014-01-11  2:46 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-01-08  2:09 HTML export doesn't convert quote before footnote James Harkins
2014-01-08  5:03 ` Nick Dokos
2014-01-08 15:33 ` Nicolas Goaziou
2014-01-08 15:50   ` James Harkins
2014-01-08 16:37     ` Nicolas Goaziou
2014-01-09  2:13       ` James Harkins
2014-01-09  3:03         ` James Harkins
2014-01-09 11:07           ` Nicolas Goaziou
2014-01-11  2:45             ` James Harkins

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).