From c20336b4f68fb440ad13309530a67f74ea307bcd Mon Sep 17 00:00:00 2001 From: Carsten Dominik Date: Sun, 7 Sep 2008 08:39:31 +0200 Subject: [PATCH] Show empty lines after folding the archive sibling. --- lisp/ChangeLog | 3 +++ lisp/org-archive.el | 1 + 2 files changed, 4 insertions(+) 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)