From dd7b0aa1710b272df701fd5474173b38c740ca87 Mon Sep 17 00:00:00 2001 From: Bastien Guerry Date: Mon, 20 Aug 2012 08:35:54 +0200 Subject: [PATCH] org.el (org-fill-paragraph): Require org-element * org.el (org-fill-paragraph): Require org-element. --- lisp/org.el | 1 + 1 file changed, 1 insertion(+) diff --git a/lisp/org.el b/lisp/org.el index 6e2565107..eeda156ea 100644 --- a/lisp/org.el +++ b/lisp/org.el @@ -21038,6 +21038,7 @@ a footnote definition, try to fill the first paragraph within." (save-excursion ;; Move to end of line in order to get the first paragraph within ;; a plain list or a footnote definition. + (require 'org-element) (end-of-line) (let ((element (org-element-at-point))) ;; First check if point is in a blank line at the beginning of the