From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nick Dokos Subject: Re: HTML export doesn't convert quote before footnote Date: Wed, 08 Jan 2014 00:03:58 -0500 Message-ID: <8761pv12v5.fsf@gmail.com> References: <2dca3d53-10f1-4ead-8106-eb5fe050a656@dewdrop-world.net> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:58874) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1W0lJV-0007NI-HP for emacs-orgmode@gnu.org; Wed, 08 Jan 2014 00:04:28 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1W0lJO-0001DR-6z for emacs-orgmode@gnu.org; Wed, 08 Jan 2014 00:04:21 -0500 Received: from plane.gmane.org ([80.91.229.3]:59625) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1W0lJO-0001DJ-05 for emacs-orgmode@gnu.org; Wed, 08 Jan 2014 00:04:14 -0500 Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1W0lJK-0000Pv-T9 for emacs-orgmode@gnu.org; Wed, 08 Jan 2014 06:04:10 +0100 Received: from pool-98-110-175-184.bstnma.fios.verizon.net ([98.110.175.184]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Wed, 08 Jan 2014 06:04:10 +0100 Received: from ndokos by pool-98-110-175-184.bstnma.fios.verizon.net with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Wed, 08 Jan 2014 06:04:10 +0100 List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: emacs-orgmode@gnu.org James Harkins writes: > 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: > >

> Krusty the Klown opined, “Well, that’s showbiz for > ya.” href="#fn.1">1 >

> > Got: > >

> Krusty the Klown opined, “Well, that’s showbiz for > ya." href="#fn.1">1 >

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

| Krusty the Klown opined, "Well, that's showbiz for ya."1 |

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