From 33403545ed4b4183464c5907feb7d0ccda4ba52a Mon Sep 17 00:00:00 2001 From: Carsten Dominik Date: Sun, 4 Jan 2009 08:44:01 +0100 Subject: [PATCH] Footnotes: Fix another minor bug. --- lisp/org-footnote.el | 1 + 1 file changed, 1 insertion(+) diff --git a/lisp/org-footnote.el b/lisp/org-footnote.el index 3439cc86e..51e2c16dc 100644 --- a/lisp/org-footnote.el +++ b/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