Hello,

bh...@despammed.com (Berthold Höllmann) writes:

> hypperref works again half way, if i define the first occurrence of the
> footnote using a bare "\footnotemark", and use "\footnotemark[<footnote
> number>]" in subsequent uses.

Isn't it the case already?

  (cond
   ;; 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)))
   ;; Use \footnotemark if reference is within another footnote
   ;; reference, footnote definition or table cell.
   ((org-element-lineage footnote-reference
                         '(footnote-reference footnote-definition table-cell))
    "\\footnotemark")
   ...)


Regards,

-- 
Nicolas Goaziou

Reply via email to