From 02c2648a016106f86d3163ac4e31ee02b1e6eab2 Mon Sep 17 00:00:00 2001 From: Nicolas Goaziou Date: Tue, 29 Nov 2011 21:37:15 +0100 Subject: [PATCH] EXPERIMENTAL/org-latex: Small refactoring. * EXPERIMENTAL/org-latex.el (org-latex-footnote-reference): Small refactoring. --- EXPERIMENTAL/org-latex.el | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/EXPERIMENTAL/org-latex.el b/EXPERIMENTAL/org-latex.el index 47f7c29dc..7831b9e2a 100644 --- a/EXPERIMENTAL/org-latex.el +++ b/EXPERIMENTAL/org-latex.el @@ -873,8 +873,7 @@ CONTENTS is nil. INFO is a plist holding contextual information." org-latex-footnote-separator) ;; Use \footnotemark if the footnote has already been defined. ;; Otherwise, define it with \footnote command. - (let* ((all-seen (plist-get org-export-persistent-properties - :seen-footnote-labels)) + (let* ((all-seen (plist-get info :seen-footnote-labels)) (label (org-element-get-property :label footnote-reference)) ;; Anonymous footnotes are always new footnotes. (seenp (and label (member label all-seen))) -- 2.11.4.GIT