James Harkins <jamshar...@gmail.com> 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