From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nicolas Goaziou Subject: Re: Bug: When exporting to PDF an Org file where multiple footnotes share the same definition, only the first footnote is clickable [8.3.4 (8.3.4-39-ge0acd8-elpaplus @ /home/jorge/.emacs.d/elpa/org-plus-contrib-20160418/)] Date: Mon, 25 Apr 2016 15:57:54 +0200 Message-ID: <87a8kh4wpp.fsf@saiph.selenimh> References: <1461444845.13483.6.camel@gmail.com> <87h9eqt74z.fsf@gmx.us> <87a8kivzcc.fsf@saiph.selenimh> <87r3durmc6.fsf@gmx.us> <87h9ep6hkx.fsf@saiph.selenimh> <874mapstdk.fsf@gmx.us> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:34710) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1auh1a-0004no-UH for emacs-orgmode@gnu.org; Mon, 25 Apr 2016 09:58:07 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1auh1V-0004PF-Tv for emacs-orgmode@gnu.org; Mon, 25 Apr 2016 09:58:06 -0400 Received: from relay3-d.mail.gandi.net ([2001:4b98:c:538::195]:60568) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1auh1V-0004P5-M3 for emacs-orgmode@gnu.org; Mon, 25 Apr 2016 09:58:01 -0400 In-Reply-To: <874mapstdk.fsf@gmx.us> (rasmus@gmx.us's message of "Mon, 25 Apr 2016 15:36:07 +0200") 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" To: Rasmus Cc: emacs-orgmode@gnu.org Rasmus writes: > Could we inject labels in all footnotes? If so we could simply use > > \textsuperscript{\ref{FN-LABEL}} > > In place of > > \footnotemark[FN-GUESS]{} > > It seems \footref of scrextend.sty has some extra robustness built into it > but until someone complains I think the \textsuperscript hack should be > enough and better then what we=E2=80=99ve got. That's a bit hackish, but definitely possible. Do yo want to provide a patch? Regards,