org.el (org-fill-paragraph): Require org-element
* org.el (org-fill-paragraph): Require org-element.
This commit is contained in:
parent
4e5ed3c453
commit
dd7b0aa171
|
@ -21038,6 +21038,7 @@ a footnote definition, try to fill the first paragraph within."
|
||||||
(save-excursion
|
(save-excursion
|
||||||
;; Move to end of line in order to get the first paragraph within
|
;; Move to end of line in order to get the first paragraph within
|
||||||
;; a plain list or a footnote definition.
|
;; a plain list or a footnote definition.
|
||||||
|
(require 'org-element)
|
||||||
(end-of-line)
|
(end-of-line)
|
||||||
(let ((element (org-element-at-point)))
|
(let ((element (org-element-at-point)))
|
||||||
;; First check if point is in a blank line at the beginning of the
|
;; First check if point is in a blank line at the beginning of the
|
||||||
|
|
Loading…
Reference in New Issue