From: Bastien <bzg@gnu.org>
To: York Zhao <gtdplatform@gmail.com>
Cc: emacs-orgmode <emacs-orgmode@gnu.org>
Subject: Re: Issue with multiple references to the same footnote in LaTeX export
Date: Mon, 28 Jul 2014 16:36:37 +0200 [thread overview]
Message-ID: <87tx61wg3s.fsf@bzg.ath.cx> (raw)
In-Reply-To: <CAD3zm20FNZcTd=eRpuF4Dztvrn_afSN_cmQXKa5NkoA6ZVPi4A@mail.gmail.com> (York Zhao's message of "Sat, 12 Jul 2014 21:08:02 -0400")
Hi York,
York Zhao <gtdplatform@gmail.com> writes:
> 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.
I confirm this -- which seems to be intentional:
See `org-latex-footnote-reference' and those lines:
;; Use \footnotemark if the footnote has already been defined.
((not (org-export-footnote-first-reference-p footnote-reference info))
(format "\\footnotemark[%s]{}"
(org-export-get-footnote-number footnote-reference info)))
Nicolas, is there any way to get the footnote clickable here?
The current output is confusing.
Thanks,
--
Bastien
prev parent reply other threads:[~2014-07-28 17:25 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2014-07-09 18:07 Issue with multiple references to the same footnote in LaTeX export York Zhao
2014-07-11 13:11 ` York Zhao
2014-07-13 1:08 ` York Zhao
[not found] ` <87y4vwwt55.fsf@gmail.com>
2014-07-14 3:54 ` Aaron Ecay
2014-08-02 9:39 ` Nicolas Goaziou
2014-07-28 14:36 ` Bastien [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
List information: https://www.orgmode.org/
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=87tx61wg3s.fsf@bzg.ath.cx \
--to=bzg@gnu.org \
--cc=emacs-orgmode@gnu.org \
--cc=gtdplatform@gmail.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
Code repositories for project(s) associated with this public inbox
https://git.savannah.gnu.org/cgit/emacs/org-mode.git
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).