From mboxrd@z Thu Jan 1 00:00:00 1970 From: York Zhao Subject: Issue with multiple references to the same footnote in LaTeX export Date: Wed, 9 Jul 2014 14:07:48 -0400 Message-ID: Mime-Version: 1.0 Content-Type: multipart/alternative; boundary=047d7b67649e05248504fdc696c3 Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:60023) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1X4wHX-0005Uu-JM for emacs-orgmode@gnu.org; Wed, 09 Jul 2014 14:07:52 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1X4wHV-0003uK-Vp for emacs-orgmode@gnu.org; Wed, 09 Jul 2014 14:07:51 -0400 Received: from mail-vc0-x232.google.com ([2607:f8b0:400c:c03::232]:60064) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1X4wHV-0003u6-QI for emacs-orgmode@gnu.org; Wed, 09 Jul 2014 14:07:49 -0400 Received: by mail-vc0-f178.google.com with SMTP id ij19so7748792vcb.37 for ; Wed, 09 Jul 2014 11:07:49 -0700 (PDT) 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 --047d7b67649e05248504fdc696c3 Content-Type: text/plain; charset=UTF-8 If I have multiple references to the same footnote, in LaTeX export only the first reference is a clickable link, the rest are exported as dead number referring to the footnote definition, but not clickable links. I have `org-footnote-section' set to `nil' by the way. Here's ECM: --8<---------------cut here---------------start------------->8--- #+LaTeX_CLASS: article * Multiple reference to the same footnote 1 This is footnote reference [fn:1]. This is another reference to the same footnote [fn:1] [fn:1] Footnote definition. * Multiple reference to the same footnote 2 This is footnote reference [fn:myfootnote]. This is another reference to the same footnote [fn:myfootnote] [fn:myfootnote] Footnote definition. * Multiple reference to the same footnote 3 This is footnote reference [fn:myfootnote3: Footnote definition.]. This is another reference to the same footnote [fn:myfootnote3] * Local Variables # Local Variables: # eval: (add-to-list (make-local-variable 'org-latex-default-packages-alist) '("" "setspace" nil)) # End: --8<---------------cut here---------------end--------------->8--- Regards, York --047d7b67649e05248504fdc696c3 Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: quoted-printable
If I have multiple references to the same footnote, in LaT= eX export only the
first reference is a clickable link, the rest are exp= orted as dead number
referring to the footnote definition, but not click= able links. I have
`org-footnote-section' set to `nil' by the way.

Here's E= CM:

--8<---------------cut here---------------start-------------&= gt;8---
#+LaTeX_CLASS: article

* Multiple reference to the same f= ootnote 1
This is footnote reference [fn:1]. This is another reference to the samefootnote [fn:1]

[fn:1] Footnote definition.

* Multiple refer= ence to the same footnote 2
This is footnote reference [fn:myfootnote]. = This is another reference to the
same footnote [fn:myfootnote]

[fn:myfootnote] Footnote definition.
* Multiple reference to the same footnote 3
This is footnote refer= ence [fn:myfootnote3: Footnote definition.]. This is
another reference t= o the same footnote [fn:myfootnote3]

* Local Variables
# Local Variables:
# eval: (add-to-list (make-l= ocal-variable 'org-latex-default-packages-alist) '("" &qu= ot;setspace" nil))
# End:
--8<---------------cut here--------= -------end--------------->8---

Regards,

York

--047d7b67649e05248504fdc696c3--