diff --git a/lisp/ox-org.el b/lisp/ox-org.el index 8bd56c20a..195b9d765 100644 --- a/lisp/ox-org.el +++ b/lisp/ox-org.el @@ -157,7 +157,7 @@ a communication channel." (let ((footnotes-alist (org-element-map section 'footnote-reference (lambda (fn) - (and (not (org-element-property :inline-definition fn)) + (and (eq (org-element-property :type fn) 'standard) (org-export-footnote-first-reference-p fn info) (cons (org-element-property :label fn) (org-export-get-footnote-definition fn info))))