From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nicolas Goaziou Subject: Re: Bug: Org separates clock out note from the clock line [9.0.4 (9.0.4-elpaplus @ /home/jorge/.emacs.d/elpa/org-plus-contrib-20170124/)] Date: Fri, 03 Feb 2017 22:57:45 +0100 Message-ID: <87efzfrl7q.fsf@nicolasgoaziou.fr> References: Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:37956) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1cZlrY-0003nl-0k for emacs-orgmode@gnu.org; Fri, 03 Feb 2017 16:57:49 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1cZlrX-0005OZ-8E for emacs-orgmode@gnu.org; Fri, 03 Feb 2017 16:57:48 -0500 Received: from relay4-d.mail.gandi.net ([2001:4b98:c:538::196]:34779) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1cZlrX-0005Ny-1z for emacs-orgmode@gnu.org; Fri, 03 Feb 2017 16:57:47 -0500 In-Reply-To: (Jorge Morais Neto's message of "Tue, 31 Jan 2017 16:52:59 -0200") 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: Jorge Morais Neto Cc: org mode Hello, Jorge Morais Neto writes: > Hi. I have started this instance of GNU Emacs 25.1.91.1 with an empty init > file and then I customized org-log-note-clock-out to t. Then I created a > new Org buffer with a single level 1 headline, and set property > CLOCK_INTO_DRAWER to nil. I then clocked in and then out, adding a note. > The note was stored outside any drawer (as requested) and above the clock > line. Then I clocked in and out again, adding a second note. The result > was: > > * Teste > :PROPERTIES: > :CLOCK_INTO_DRAWER: nil > :END: > - Teste 2. > - Teste 1. > CLOCK: [2017-01-31 Tue 14:12]--[2017-01-31 Tue 14:13] => 0:01 > CLOCK: [2017-01-31 Tue 14:12]--[2017-01-31 Tue 14:12] => 0:00 > > "teste" is Portuguese for "test". > > I expected the "Teste 1" line to stay in its place above the corresponding > clock line, like this: > > * Teste > :PROPERTIES: > :CLOCK_INTO_DRAWER: nil > :END: > - Teste 2. > CLOCK: [2017-01-31 Tue 14:12]--[2017-01-31 Tue 14:13] => 0:01 > - Teste 1. > CLOCK: [2017-01-31 Tue 14:12]--[2017-01-31 Tue 14:12] => 0:00 Fixed. Thank you. Regards, -- Nicolas Goaziou