From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nicolas Goaziou Subject: Re: Problem with footnote in html export Date: Sun, 16 Nov 2014 00:06:44 +0100 Message-ID: <87a93st663.fsf@nicolasgoaziou.fr> References: Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:48482) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XpmPt-0004Ww-Gb for emacs-orgmode@gnu.org; Sat, 15 Nov 2014 18:06:13 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XpmPh-0003qM-S4 for emacs-orgmode@gnu.org; Sat, 15 Nov 2014 18:06:05 -0500 Received: from relay3-d.mail.gandi.net ([2001:4b98:c:538::195]:52339) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XpmPh-0003of-MV for emacs-orgmode@gnu.org; Sat, 15 Nov 2014 18:05:53 -0500 In-Reply-To: (Thomas S. Dye's message of "Fri, 14 Nov 2014 07:44:57 -1000") 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: "Thomas S. Dye" Cc: Org-mode Hello, tsd@tsdye.com (Thomas S. Dye) writes: > With the following org file, exporting the subtree to html gives this: > > ,-------------------------------------------------------------------------- > | org-html-footnote-reference: Format specifier doesn't match argument type > `-------------------------------------------------------------------------- This is not related to ox-html, but [...] > #+AUTHOR: Tom Dye[fn:1] You are using a footnote in a keyword, which is not supported by ox.el. I don't think it should be either, because this data is too "volatile" (it may or may not be present in the output, possibly messing with footnote order, etc.). Regards, -- Nicolas Goaziou