diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 4b45232e3..199f3f50c 100755 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,5 +1,8 @@ 2008-09-07 Carsten Dominik + * org-archive.el (org-archive-to-archive-sibling): Show empty + lines after folding the archive sibling. + * org.el (org-log-note-extra): New variable. 2008-09-05 Bastien Guerry diff --git a/lisp/org-archive.el b/lisp/org-archive.el index 3cd44dafd..9d55e562e 100644 --- a/lisp/org-archive.el +++ b/lisp/org-archive.el @@ -353,6 +353,7 @@ sibling does not exist, it will be created at the end of the subtree." (current-time))) (outline-up-heading 1 t) (hide-subtree) + (org-cycle-show-empty-lines 'folded) (goto-char pos)))) (defun org-archive-all-done (&optional tag)