From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nicolas Goaziou Subject: Re: Bug: clock comments [9.0.2 (9.0.2-elpaplus @ c:/USR/FJM/APP/.emacs.d/elpa/org-plus-contrib-20161214/)] Date: Wed, 18 Jan 2017 22:39:36 +0100 Message-ID: <87inpcyrmv.fsf@nicolasgoaziou.fr> References: <3e1b98b7-3ff9-130c-a4ee-e36b63b88c3b@juno.com> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:35611) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1cTxxK-0004ys-Ef for emacs-orgmode@gnu.org; Wed, 18 Jan 2017 16:39:47 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1cTxxF-0003CN-DH for emacs-orgmode@gnu.org; Wed, 18 Jan 2017 16:39:46 -0500 Received: from relay4-d.mail.gandi.net ([217.70.183.196]:58517) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1cTxxF-0003Ai-6h for emacs-orgmode@gnu.org; Wed, 18 Jan 2017 16:39:41 -0500 In-Reply-To: <3e1b98b7-3ff9-130c-a4ee-e36b63b88c3b@juno.com> (Francis J. Monari's message of "Wed, 18 Jan 2017 11:53:11 -0500") 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: "Francis J. Monari, Esquire" Cc: emacs-orgmode@gnu.org 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, -- Nicolas Goaziou