浏览代码

Show empty lines after folding the archive sibling.

Carsten Dominik 16 年之前
父节点
当前提交
c20336b4f6
共有 2 个文件被更改,包括 4 次插入0 次删除
  1. 3 0
      lisp/ChangeLog
  2. 1 0
      lisp/org-archive.el

+ 3 - 0
lisp/ChangeLog

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

+ 1 - 0
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)