Browse Source

Footnotes: Fix another minor bug.

Carsten Dominik 16 năm trước cách đây
mục cha
commit
33403545ed
1 tập tin đã thay đổi với 1 bổ sung0 xóa
  1. 1 0
      lisp/org-footnote.el

+ 1 - 0
lisp/org-footnote.el

@@ -381,6 +381,7 @@ referenced sequence."
 	  (goto-char (point-max))
 	  (unless for-preprocessor
 	    (when org-footnote-section
+	      (or (bolp) (insert "\n"))
 	      (insert "* " org-footnote-section "\n")
 	      (setq ins-point (point))))))
        (t