Auto-fill first paragraph in footnote definitions
* lisp/org.el (org-fill-context-prefix): Auto-fill first paragraph in footnote definitions.
This commit is contained in:
parent
96d4c5ef0a
commit
198b079a64
|
@ -20858,6 +20858,7 @@ meant to be filled."
|
|||
(unless (< p post-affiliated)
|
||||
(case type
|
||||
(comment (looking-at "[ \t]*# ?") (match-string 0))
|
||||
(footnote-definition "")
|
||||
((item plain-list)
|
||||
(make-string (org-list-item-body-column
|
||||
(org-element-property :begin element))
|
||||
|
|
Loading…
Reference in New Issue