diff -u /home/guerry/elisp/testing/org/org.el /home/guerry/elisp/testing/bzg/org.el --- /home/guerry/elisp/testing/org/org.el 2007-10-19 15:44:15.000000000 +0100 +++ /home/guerry/elisp/testing/bzg/org.el 2007-10-20 11:26:28.000000000 +0100 @@ -23830,7 +23830,7 @@ (unless body-only (when (plist-get opt-plist :auto-postamble) - (insert "") + (insert "
") (when (and org-export-author-info author) (insert "

" (nth 1 lang-words) ": " author "\n") @@ -23866,7 +23866,7 @@ (when (looking-at "\\s-*

") (goto-char (match-end 0)) (insert "\n"))) - (insert "
\n") + (insert "
\n") (mapc 'insert thetoc) (insert "
\n")) ;; remove empty paragraphs and lists Diff finished. Sat Oct 20 11:29:17 2007