From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Francis J. Monari, Esquire" Subject: Bug: clock comments [9.0.2 (9.0.2-elpaplus @ c:/USR/FJM/APP/.emacs.d/elpa/org-plus-contrib-20161214/)] Date: Tue, 24 Jan 2017 12:42:12 -0500 Message-ID: References: <3e1b98b7-3ff9-130c-a4ee-e36b63b88c3b@juno.com> <87inpcyrmv.fsf@nicolasgoaziou.fr> Reply-To: monarifj.esq@juno.com Mime-Version: 1.0 Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 7bit Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:48617) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1cW5ev-0001bL-US for emacs-orgmode@gnu.org; Tue, 24 Jan 2017 13:17:34 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1cW5er-0004kC-SL for emacs-orgmode@gnu.org; Tue, 24 Jan 2017 13:17:33 -0500 Received: from outmail148137.authsmtp.com ([62.13.148.137]:31766) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1cW5er-0004ij-KU for emacs-orgmode@gnu.org; Tue, 24 Jan 2017 13:17:29 -0500 In-Reply-To: <87inpcyrmv.fsf@nicolasgoaziou.fr> 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" To: Nicolas Goaziou Cc: emacs-orgmode@gnu.org Nicolas, I stepped away from this email thread for a while. I apologize. The last email in the chain follows: The question remains "How can I make the notes associated with the Clock entry follow the Clock entry? Best regards, Frank. ======== I would like all "clock" entries - with associated notes - in the CLOCK drawer. With org version 9 time goes to the CLOCK drawer, note goes to the LOGBOOK drawer. I would like all other "logbook" entries - separate entries are possible - in the LOGBOOK drawer. Segregating the "clock" and "logbook" entries makes drawer easier to read for my purposes. In version 8 org behaved in this manner. Is it possible to retain this behavior? Regards, Frank. On 1/18/2017 4:39 PM, Nicolas Goaziou wrote: > Hello, > > "Francis J. Monari, Esquire" writes: > >> Using Clock Mode to track time. >> Org Mode starts and stops clock. Clock entry redirected to CLOCK >> drawer. >> I expect to see the clock entry (time & note) appear in CLOCK drawer. >> What happens is that clock time goes to CLOCK drawer, clock note goes to >> LOGBOOK drawer. >> This allocation does not make sense. Time is properly tracked, but no >> ability to identify activity. >> org mode clock variables follow: >> ;;;Org clock settings >> (add-hook 'org-clock-in-prepare-hook 'org-resolve-clocks) >> (setq org-clock-history-length 32) >> (setq org-clock-idle-time 20) >> (setq org-clock-in-resume t) >> (setq org-clock-into-drawer "CLOCK") > > Why do you specify a different drawer name if you want notes and clocks > in the same one? > > Regards, >