From mboxrd@z Thu Jan 1 00:00:00 1970 From: webspider 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 20:51:40 +0100 Message-ID: <20141213195140.GA14924@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]:34959) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Xzsj9-0003EQ-Eg for emacs-orgmode@gnu.org; Sat, 13 Dec 2014 14:51:44 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Xzsj8-0001xK-Ev for emacs-orgmode@gnu.org; Sat, 13 Dec 2014 14:51:43 -0500 Received: from mail-wi0-x241.google.com ([2a00:1450:400c:c05::241]:48055) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Xzsj8-0001xF-7m for emacs-orgmode@gnu.org; Sat, 13 Dec 2014 14:51:42 -0500 Received: by mail-wi0-f193.google.com with SMTP id bs8so1769165wib.8 for ; Sat, 13 Dec 2014 11:51:41 -0800 (PST) Received: from localhost ([2001:470:7860:11e0:21e:65ff:fee6:94b0]) by mx.google.com with ESMTPSA id dp8sm6690106wib.20.2014.12.13.11.51.40 for (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Sat, 13 Dec 2014 11:51:41 -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/)