From mboxrd@z Thu Jan 1 00:00:00 1970 From: Steinar Bang Subject: Possible to both clock into :CLOCK: and put notes in :LOGBOOK: ? Date: Mon, 25 Feb 2013 15:04:09 +0100 Message-ID: Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([208.118.235.92]:37227) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1U9yfG-0003Kh-4p for emacs-orgmode@gnu.org; Mon, 25 Feb 2013 09:04:23 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1U9yfF-0000b8-7g for emacs-orgmode@gnu.org; Mon, 25 Feb 2013 09:04:22 -0500 Received: from plane.gmane.org ([80.91.229.3]:42645) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1U9yfF-0000b2-1n for emacs-orgmode@gnu.org; Mon, 25 Feb 2013 09:04:21 -0500 Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1U9yfW-0000Ti-UC for emacs-orgmode@gnu.org; Mon, 25 Feb 2013 15:04:38 +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 ; Mon, 25 Feb 2013 15:04:38 +0100 Received: from sb by 62.113.137.5 with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 25 Feb 2013 15:04:38 +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 Platform: GNU Emacs 23.2.1 (i386-mingw-nt6.1.7600) of 2010-05-08 on G41R2F1 Org-mode version 7.9.1 (release_7.9.1-321-g9ebf47.dirty-git @ c:/Users/steinarb/Documents/git/org-mode/lisp/) I have org-clock-into-drawer set to "CLOCK". The idea is to put clocking info in the :CLOCK: drawer to avoid clutter, and this works. 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? Ie. for a particular node, both: - Put clocking into the :CLOCK: drawer - Put notes into the :LOGBOOK: drawer (if there is one)