diff --git a/lisp/org-footnote.el b/lisp/org-footnote.el index c8b8c2ea7..212c1f6a7 100644 --- a/lisp/org-footnote.el +++ b/lisp/org-footnote.el @@ -41,6 +41,9 @@ (declare-function org-back-over-empty-lines "org" ()) (declare-function org-back-to-heading "org" (&optional invisible-ok)) (declare-function org-combine-plists "org" (&rest plists)) +(declare-function org-element-context "org-element" (&optional element)) +(declare-function org-element-property "org-element" (property element)) +(declare-function org-element-type "org-element" (element)) (declare-function org-end-of-subtree "org" (&optional invisible-ok to-heading)) (declare-function org-fill-paragraph "org" (&optional justify)) (declare-function org-icompleting-read "org" (&rest args))