浏览代码

Auto-fill first paragraph in footnote definitions

* lisp/org.el (org-fill-context-prefix): Auto-fill first paragraph in
  footnote definitions.
Nicolas Goaziou 12 年之前
父节点
当前提交
198b079a64
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1 0
      lisp/org.el

+ 1 - 0
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))