From mboxrd@z Thu Jan 1 00:00:00 1970 From: Vasilij Schneidermann Subject: Bug: Markdown export fails linking footnotes correctly [8.2.10 (8.2.10-elpa @ /home/wasa/.emacs.d/elpa/org-20141020/)] Date: Sat, 13 Dec 2014 21:00:34 +0100 Message-ID: <20141213200034.GB14924@odonien.bevuta.com> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:36695) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Xzsrm-0004xu-Al for emacs-orgmode@gnu.org; Sat, 13 Dec 2014 15:00:39 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Xzsrk-00022H-Te for emacs-orgmode@gnu.org; Sat, 13 Dec 2014 15:00:38 -0500 Received: from mail-wg0-x232.google.com ([2a00:1450:400c:c00::232]:46209) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Xzsrk-000222-Ky for emacs-orgmode@gnu.org; Sat, 13 Dec 2014 15:00:36 -0500 Received: by mail-wg0-f50.google.com with SMTP id a1so11571391wgh.23 for ; Sat, 13 Dec 2014 12:00:35 -0800 (PST) Received: from localhost ([2001:470:7860:11e0:21e:65ff:fee6:94b0]) by mx.google.com with ESMTPSA id nb8sm6884895wic.7.2014.12.13.12.00.34 for (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Sat, 13 Dec 2014 12:00:35 -0800 (PST) Content-Disposition: inline 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 Remember to cover the basics, that is, what you expected to happen and what in fact did happen. You don't know how to make a good report? See http://orgmode.org/manual/Feedback.html#Feedback Your bug report will be posted to the Org-mode mailing list. ------------------------------------------------------------------------ I'm using the footnote facility in an org document expecting an exported Markdown document to provide hyperlinks between the reference and the footnote. Here's some sample Markdown text: Lots of text[fn:1]. Even more text [fn:1] Lies. I expect it to be converted to the following: Lots of text1. Even more text

Footnotes:

1 Lies.
Instead I get the following: Lots of text. Even more text

Footnotes:

1 Lies.
The difference should be clear, I expect to get a hyperlink with a superscript reference number pointing to the relevant footnote, instead I get neither a link nor a reference. It's completely missing in the actual output. Emacs : GNU Emacs 24.4.1 (x86_64-unknown-linux-gnu, GTK+ Version 3.14.3) of 2014-10-21 on bitzer.hoetzel.info Package: Org-mode version 8.2.10 (8.2.10-elpa @ /home/wasa/.emacs.d/elpa/org-20141020/)