From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bernt Hansen Subject: Re: bug: footnotes do not export to HTML Date: Thu, 07 Jul 2011 17:08:32 -0400 Message-ID: <87hb6xvlwv.fsf@norang.ca> References: <87r565lyp4.fsf@gmail.com> <87mxgsmuru.fsf@gmail.com> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([140.186.70.92]:59981) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QevoU-0002n3-J6 for emacs-orgmode@gnu.org; Thu, 07 Jul 2011 17:08:48 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1QevoR-0001mB-1F for emacs-orgmode@gnu.org; Thu, 07 Jul 2011 17:08:45 -0400 Received: from mho-03-ewr.mailhop.org ([204.13.248.66]:27543 helo=mho-01-ewr.mailhop.org) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QevoQ-0001kT-O6 for emacs-orgmode@gnu.org; Thu, 07 Jul 2011 17:08:42 -0400 In-Reply-To: <87mxgsmuru.fsf@gmail.com> (Nicolas Goaziou's message of "Tue, 05 Jul 2011 20:45:09 +0200") 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: Nicolas Goaziou Cc: emacs-orgmode@gnu.org Nicolas Goaziou writes: > Samuel Wales writes: > >> On 2011-07-05, Nicolas Goaziou wrote: >>> As I cannot reproduce this on my test files, I will need an ECM to debug >>> this. >> >> Included. >> >> The bug occurs in ASCII export also. > > Thank you ! I have (hopefully) fixed it in master. > > Regards, Hi Nicolas, I'm not sure if this is related or not but now I'm getting footnotes in my HTML exports where I'm not expecting any. I think this might already have been reported but I can't find the previous post anymore. Sample org file --8<---------------cut here---------------start------------->8--- * Using the clock history to clock in old tasks *Clock history selection buffer for C-u C-c C-x C-i* #+begin_example Default Task [d] norang Organization <-- Task B The task interrupted by starting the last one [i] norang Organization <-- Task B Current Clocking Task [c] org NEXT Document my use of org-mode <-- Task A Recent Tasks [1] org NEXT Document my use of org-mode <-- Task A [2] norang Organization <-- Task B ... [Z] org DONE Fix default section links <-- 35 clock task entries ago #+end_example --8<---------------cut here---------------end--------------->8--- Exporting with Org-mode version 7.6 (release_7.6) gives: (note the Footnotes section at the bottom) --8<---------------cut here---------------start------------->8--- ...
Default Task
[d] norang          Organization                          <-- Task B
The task interrupted by starting the last one
[i] norang          Organization                          <-- Task B
Current Clocking Task
[c] org             NEXT Document my use of org-mode      <-- Task A
Recent Tasks
[1] org             NEXT Document my use of org-mode      <-- Task A
[2] norang          Organization                          <-- Task B
...
[Z] org             DONE Fix default section links        <-- 35 clock task entries ago

Footnotes:

1 DEFINITION NOT FOUND: 1

2 DEFINITION NOT FOUND: 2

... --8<---------------cut here---------------end--------------->8--- I noticed this after trying to export an update for http://doc.norang.ca/org-mode.html after the 7.6 release. Regards, -- Bernt