Show empty lines after folding the archive sibling.

This commit is contained in:
Carsten Dominik 2008-09-07 08:39:31 +02:00
parent f03ea46b3a
commit c20336b4f6
2 changed files with 4 additions and 0 deletions

View File

@ -1,5 +1,8 @@
2008-09-07 Carsten Dominik <dominik@science.uva.nl>
* 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 <bzg@altern.org>

View File

@ -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)