diff --git a/lisp/org-footnote.el b/lisp/org-footnote.el index 93b882958..f967fbd70 100644 --- a/lisp/org-footnote.el +++ b/lisp/org-footnote.el @@ -51,7 +51,7 @@ (declare-function org-end-of-subtree "org" (&optional invisible-ok to-heading)) (declare-function org-in-verbatim-emphasis "org" ()) (declare-function org-inside-latex-macro-p "org" ()) -(declare-function org-id-uuid "org" ()) +(declare-function org-id-uuid "org-id" ()) (declare-function org-fill-paragraph "org" (&optional justify)) (declare-function org-export-preprocess-string "org-exp" (string &rest parameters))