From mboxrd@z Thu Jan 1 00:00:00 1970 From: Achim Gratz Subject: Re: Multiple :LOGBOOK: blocks "allowed" without unwanted side effects? Date: Tue, 20 Mar 2012 09:52:48 +0000 (UTC) Message-ID: References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Return-path: Received: from eggs.gnu.org ([208.118.235.92]:40417) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1S9vkb-0003yx-Sp for emacs-orgmode@gnu.org; Tue, 20 Mar 2012 05:53:14 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1S9vkV-0004z3-LN for emacs-orgmode@gnu.org; Tue, 20 Mar 2012 05:53:09 -0400 Received: from plane.gmane.org ([80.91.229.3]:53526) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1S9vkV-0004yu-Et for emacs-orgmode@gnu.org; Tue, 20 Mar 2012 05:53:03 -0400 Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1S9vkR-0005sW-9d for emacs-orgmode@gnu.org; Tue, 20 Mar 2012 10:52:59 +0100 Received: from 217.10.60.85 ([217.10.60.85]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Tue, 20 Mar 2012 10:52:59 +0100 Received: from Stromeko by 217.10.60.85 with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Tue, 20 Mar 2012 10:52:59 +0100 List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: emacs-orgmode@gnu.org Rainer Stengele online.de> writes: > I want to be sure that multiple :LOBGOOK: blocks in sequence are making no trouble. I don't know about having multiple LOGBOOK drawers, that feels dirty... What I do is having a CLOSED drawer defined, putting it directly behind the LOGBOOK drawer and then just shift the boundary between the two (the two lines :END:\n:CLOSED:\n) whenever I feel like it (at the end of the week, mainly). :LOGBOOK: ...whatever :END: :CLOSED: ...whatever else :END: Achim.