From 198b079a647094bdea25ff167c17fcd0e1c07847 Mon Sep 17 00:00:00 2001 From: Nicolas Goaziou Date: Thu, 2 Aug 2012 11:25:07 +0200 Subject: [PATCH] Auto-fill first paragraph in footnote definitions * lisp/org.el (org-fill-context-prefix): Auto-fill first paragraph in footnote definitions. --- lisp/org.el | 1 + 1 file changed, 1 insertion(+) diff --git a/lisp/org.el b/lisp/org.el index 8e0f987a7..ceb5b474c 100644 --- a/lisp/org.el +++ b/lisp/org.el @@ -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))