diff --git a/lisp/org-footnote.el b/lisp/org-footnote.el index 3bd555992..ed4b11921 100644 --- a/lisp/org-footnote.el +++ b/lisp/org-footnote.el @@ -49,6 +49,7 @@ (declare-function org-in-verbatim-emphasis "org" ()) (declare-function org-inside-latex-macro-p "org" ()) (declare-function org-id-uuid "org" ()) +(declare-function org-fill-paragraph "org" (justify)) (defvar org-odd-levels-only) ;; defined in org.el (defvar message-signature-separator) ;; defined in message.el