*** c:/hugo/repo/emacs/other/org/org.ori.el	Mon Jan 14 17:30:12 2008
--- c:/hugo/repo/emacs/other/org/org.el	Mon Jan 14 17:30:52 2008
***************
*** 13568,13573 ****
--- 13568,13575 ----
    (while (looking-at "^[ \t]*\n\\|^##.*\n")
      (replace-match ""))
    (goto-char (point-max))
+   (while (looking-back "^[ \t]*\n\\|^##.*\n")
+ 	(replace-match ""))
    (catch 'quit
      (if org-note-abort (throw 'quit nil))
      (let* ((txt (buffer-substring (point-min) (point-max)))
