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 17:45:47 +0100 Message-ID: <87k31vjy6c.fsf@gmail.com> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:35594) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XzppH-0005rU-G6 for emacs-orgmode@gnu.org; Sat, 13 Dec 2014 11:45:52 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XzppG-0006QP-9W for emacs-orgmode@gnu.org; Sat, 13 Dec 2014 11:45:51 -0500 Received: from mail-wi0-x233.google.com ([2a00:1450:400c:c05::233]:38010) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XzppG-0006QJ-2I for emacs-orgmode@gnu.org; Sat, 13 Dec 2014 11:45:50 -0500 Received: by mail-wi0-f179.google.com with SMTP id ex7so5290763wid.12 for ; Sat, 13 Dec 2014 08:45:49 -0800 (PST) Received: from localhost ([2001:470:7860:11e0:21e:65ff:fee6:94b0]) by mx.google.com with ESMTPSA id h13sm6254079wiw.4.2014.12.13.08.45.48 for (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Sat, 13 Dec 2014 08:45:48 -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: 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/)