From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bastien Subject: Re: Issue with multiple references to the same footnote in LaTeX export Date: Mon, 28 Jul 2014 16:36:37 +0200 Message-ID: <87tx61wg3s.fsf@bzg.ath.cx> References: Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:59985) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XBog1-0007qd-5N for emacs-orgmode@gnu.org; Mon, 28 Jul 2014 13:25:52 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XBofh-0005xI-H1 for emacs-orgmode@gnu.org; Mon, 28 Jul 2014 13:25:33 -0400 Received: from mail-s76.mailgun.info ([184.173.153.204]:52313) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XBofh-0005j9-Ed for emacs-orgmode@gnu.org; Mon, 28 Jul 2014 13:25:13 -0400 In-Reply-To: (York Zhao's message of "Sat, 12 Jul 2014 21:08:02 -0400") 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: York Zhao Cc: emacs-orgmode Hi York, York Zhao 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