From mboxrd@z Thu Jan 1 00:00:00 1970 From: James Harkins Subject: HTML export doesn't convert quote before footnote Date: Wed, 08 Jan 2014 10:09:07 +0800 Message-ID: <2dca3d53-10f1-4ead-8106-eb5fe050a656@dewdrop-world.net> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:56221) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1W0iaI-0002pT-DQ for emacs-orgmode@gnu.org; Tue, 07 Jan 2014 21:09:38 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1W0ia7-0000Dc-Q2 for emacs-orgmode@gnu.org; Tue, 07 Jan 2014 21:09:30 -0500 Received: from mail-pa0-x233.google.com ([2607:f8b0:400e:c03::233]:40341) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1W0ia7-0000DR-Ik for emacs-orgmode@gnu.org; Tue, 07 Jan 2014 21:09:19 -0500 Received: by mail-pa0-f51.google.com with SMTP id fa1so1175092pad.24 for ; Tue, 07 Jan 2014 18:09:18 -0800 (PST) Received: from localhost ([219.136.3.109]) by mx.google.com with ESMTPSA id yd4sm139202322pbc.13.2014.01.07.18.09.15 for (version=TLSv1.1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Tue, 07 Jan 2014 18:09:17 -0800 (PST) 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: orgmode This appears to be an HTML export bug: A straight double-quote mark before=20= 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=20 ya.”1

Got:

Krusty the Klown opined, “Well, that’s showbiz for ya."1

I guess I can filter for it as a workaround. hjh