From mboxrd@z Thu Jan 1 00:00:00 1970 From: Gregor Zattler Subject: Bug: [bisected] note from clocking out is above :LOGBOOK: drawer [8.3.3 (release_8.3.3-469-g2e7716 @ /home/grfz/src/org-mode/lisp/)] Date: Tue, 19 Jan 2016 16:43:28 +0100 Message-ID: <87bn8hmv6n.fsf@len.workgroup> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:57728) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aLYRX-0003ld-Re for emacs-orgmode@gnu.org; Tue, 19 Jan 2016 10:43:40 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1aLYRU-0005pI-GG for emacs-orgmode@gnu.org; Tue, 19 Jan 2016 10:43:39 -0500 Received: from mout.gmx.net ([212.227.17.21]:63935) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aLYRU-0005oe-7L for emacs-orgmode@gnu.org; Tue, 19 Jan 2016 10:43:36 -0500 Received: from boo.workgroup ([87.185.134.39]) by mail.gmx.com (mrgmx103) with ESMTPSA (Nemesis) id 0MJjUO-1aKSVm1WVA-0017l4 for ; Tue, 19 Jan 2016 16:43:34 +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 Remember to cover the basics, that is, what you expected to happen and what in fact did happen. You don't know how to make a good report? See http://orgmode.org/manual/Feedback.html#Feedback Your bug report will be posted to the Org-mode mailing list. ------------------------------------------------------------------------ Notes produced when clocking out with org-log-note-clock-out set will be placed above the clock line instead below the clock line. In my heavily customized sessions the notes show up on the previos line respective to the clock line. Without customizations (see below) they end up above the :LOGBOOK: drawer. ECM: emacs24 -Q -nw -L /home/grfz/src/org-mode/lisp/ --eval "(require 'org)" --eval '(setq org-log-note-clock-out t)' /tmp/test.org now add a heading, clock in, clock out, write something as a note, do C-c C-c to finish note taking. Result: * heading - note :LOGBOOK: CLOCK: [2016-01-19 Di 16:22]--[2016-01-19 Di 16:22] => 0:00 :END: This is with Package: Org-mode version 8.3.3 (release_8.3.3-469-g2e7716 @ /home/grfz/src/org-mode/lisp/) Emacs version doesn't matter (tested with - GNU Emacs 24.5.1 (x86_64-pc-linux-gnu, X toolkit, Xaw3d scroll bars) of 2015-10-24 on trouble, modified by Debian and - Emacs : GNU Emacs 25.0.50.15 (x86_64-pc-linux-gnu, GTK+ Version 3.18.6) of 2016-01-19 I git bisected this: 8ddc7314b801b48dff5c246c0954c67021b145f9 is the first bad commit commit 8ddc7314b801b48dff5c246c0954c67021b145f9 Author: Nicolas Goaziou Date: Tue Jan 12 21:28:32 2016 +0100 Store notes outside drawers at a correct location * lisp/org.el (org-log-beginning): Move to an appropriate location even when `org-log-state-notes-insert-after-drawers' is nil and notes are not stored within a drawer. Reported-by: swflint@flintfam.org (Samuel W. Flint) :040000 040000 82c4d500315fa5ea5e4e1968e633bfac078f2e6a a4fee4c6e2e140cbba8b3fb16513b269b1f9cfe0 M lisp Thanks for your attention, Gregor