From mboxrd@z Thu Jan 1 00:00:00 1970 From: Steinar Bang Subject: Re: Possible to both clock into :CLOCK: and put notes in :LOGBOOK: ? Date: Tue, 26 Feb 2013 10:02:07 +0100 Message-ID: References: <87d2vogtqd.fsf@Rainer.invalid> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([208.118.235.92]:57052) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UAGQV-0004rC-9n for emacs-orgmode@gnu.org; Tue, 26 Feb 2013 04:02:20 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UAGQT-0001iz-Up for emacs-orgmode@gnu.org; Tue, 26 Feb 2013 04:02:19 -0500 Received: from plane.gmane.org ([80.91.229.3]:42880) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UAGQT-0001iu-Nx for emacs-orgmode@gnu.org; Tue, 26 Feb 2013 04:02:17 -0500 Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1UAGQn-00074r-9E for emacs-orgmode@gnu.org; Tue, 26 Feb 2013 10:02:37 +0100 Received: from 62.113.137.5 ([62.113.137.5]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Tue, 26 Feb 2013 10:02:37 +0100 Received: from sb by 62.113.137.5 with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Tue, 26 Feb 2013 10:02:37 +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 >>>>> Achim Gratz : > Steinar Bang writes: >> But if I have this setting then notes created with `C-c C-z' end up on >> the top level, even if I manually create a :LOGBOOK: drawer. >> >> Is it possible to have both? > Unless it's been broken recently it should, but you probably need to > customize org-log-into-drawer to "t" (for LOGBOOK) or set the property > LOG_INTO_DRAWER if you want to keep this setting different in > different subtrees. I examined org-log-drawer with C-h v org-log-drawer RET and it had the value of `nil'. I customized by selecting LOGBOOK (ie. `t') from the value menu, and now notes end up in the :LOGBOOK: drawer in the same nodes where clocking info ends up in the :CLOCK: drawer. Thanks!