diff --git a/lisp/org-exp.el b/lisp/org-exp.el index 3bbe11a4d..09998f4d6 100644 --- a/lisp/org-exp.el +++ b/lisp/org-exp.el @@ -1499,6 +1499,10 @@ on this string to produce the exported version." ;; Handle source code snippets (org-export-replace-src-segments-and-examples backend) + ;; Normalize footnotes + (when (plist-get parameters :footnotes) + (org-footnote-normalize nil t)) + ;; Find all headings and compute the targets for them (setq target-alist (org-export-define-heading-targets target-alist))