From mboxrd@z Thu Jan 1 00:00:00 1970 From: Matiyam Subject: org-archive-to-archive-sibling breaks mi nicely formatted sections Date: Thu, 14 Aug 2008 10:26:21 +0200 Message-ID: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7Bit Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1KTYCq-00065M-O1 for emacs-orgmode@gnu.org; Thu, 14 Aug 2008 04:29:16 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1KTYCn-00064n-Vu for emacs-orgmode@gnu.org; Thu, 14 Aug 2008 04:29:15 -0400 Received: from [199.232.76.173] (port=46261 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KTYCn-00064i-OI for emacs-orgmode@gnu.org; Thu, 14 Aug 2008 04:29:13 -0400 Received: from main.gmane.org ([80.91.229.2]:41762 helo=ciao.gmane.org) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1KTYCn-0006DP-AN for emacs-orgmode@gnu.org; Thu, 14 Aug 2008 04:29:13 -0400 Received: from list by ciao.gmane.org with local (Exim 4.43) id 1KTYCh-0005l9-Sa for emacs-orgmode@gnu.org; Thu, 14 Aug 2008 08:29:07 +0000 Received: from 195.55.69.66 ([195.55.69.66]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Thu, 14 Aug 2008 08:29:07 +0000 Received: from matiyam by 195.55.69.66 with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Thu, 14 Aug 2008 08:29:07 +0000 List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: emacs-orgmode@gnu.org Hi there! First of all, thanks for orgmode, i don't know what my life would be without it :) I tend to use org-archive-to-archive-sibling. The problem is that i use to have my sections fairly separated with blank lines. And that function puts my sections together. Try this example: * First Project ** TODO First todo ** DONE Second todo ** TODO Third todo ** Archive :ARCHIVE:... * Second Project (separated with blank lines to increase clarity) ** TODO One todo ** TODO Other todo If you place the cursor in the second TODO and execute M-x org-archive-to-archive-sibling, the result is: * First Project ** TODO First todo ** TODO Third todo ** Archive :ARCHIVE:... * Second Project (separated with blank lines to increase clarity) ** TODO One todo ** TODO Other todo I think the blank lines are stored inside the * Archive node (they can be seen with M-x org-force-cycle-archived), but it clutters a little bit my setup. It it possible to fix it? Is there a way around this? Maybe just changing the font color for the archive section? Thanks!! -- M