emacs-orgmode
[Top][All Lists]
Advanced

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

Re: [O] HTML export doesn't convert quote before footnote


From: Nick Dokos
Subject: Re: [O] HTML export doesn't convert quote before footnote
Date: Wed, 08 Jan 2014 00:03:58 -0500
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.3.50 (gnu/linux)

James Harkins <address@hidden> writes:

> This appears to be an HTML export bug: A straight double-quote mark
> before a footnote fails to convert into &rdquo;
>
> 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>
>

FWIW, I tried it and I get a different behavior: neither the opening quote
nor the closing quote is touched. I get:

,----
| <p>
| Krusty the Klown opined, "Well, that's showbiz for ya."<sup><a id="fnr.1" 
name="fnr.1" class="footref" href="#fn.1">1</a></sup>
| </p>
`----

Org-mode version 8.2.5c (release_8.2.5c-430-gf8e174)

-- 
Nick




reply via email to

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