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: Fri, 03 Feb 2017 22:57:11 +0100 Message-ID: <87inorrl8o.fsf@nicolasgoaziou.fr> References: <3e1b98b7-3ff9-130c-a4ee-e36b63b88c3b@juno.com> <87inpcyrmv.fsf@nicolasgoaziou.fr> <878tpwt7t7.fsf@nicolasgoaziou.fr> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:37518) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1cZlr1-0003Ux-Dw for emacs-orgmode@gnu.org; Fri, 03 Feb 2017 16:57:16 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1cZlr0-00055i-I3 for emacs-orgmode@gnu.org; Fri, 03 Feb 2017 16:57:15 -0500 Received: from relay4-d.mail.gandi.net ([2001:4b98:c:538::196]:57866) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1cZlr0-00055J-CZ for emacs-orgmode@gnu.org; Fri, 03 Feb 2017 16:57:14 -0500 In-Reply-To: <878tpwt7t7.fsf@nicolasgoaziou.fr> (Nicolas Goaziou's message of "Sat, 28 Jan 2017 00:13:56 +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" To: "Francis J. Monari, Esquire" Cc: emacs-orgmode@gnu.org Correcting myself, Nicolas Goaziou writes: > I considered re-introducing the behaviour you suggest, but there is one > issue. > > When `org-clock-into-drawer' is set to an integer, an the number of > clocks in the entry get past it, all pre-existing clocks are moved to > log drawer (by default "LOGBOOK"). Unfortunately, it is not possible to > preserve association between the note and the clock (i.e., the list item > after the clock may or may not be a note relative to the clock). So we > cannot guarantee that both the note and the clock are always kept > together. > > Basically, the two features are incompatible. > > I'm open to suggestions. Due to another bug report related to CLOCK lines, notes are again attached to CLOCK lines, which should fix your initial report. As another consequence, the issue above now belongs to the code base. I'm still open to suggestions. Regards,