From mboxrd@z Thu Jan 1 00:00:00 1970 From: Carsten Dominik Subject: Re: Re: Incompatible change in latest push Date: Thu, 16 Oct 2008 16:58:08 +0200 Message-ID: References: <20081016100257.GA19032@nyarlathotep.internal.mohorovi.cc> <87wsg8afma.fsf@gollum.intra.norang.ca> <20081016142326.GE59512@yog-sothoth.mohorovi.cc> Mime-Version: 1.0 (Apple Message framework v929.2) Content-Type: text/plain; charset=US-ASCII; format=flowed; delsp=yes Content-Transfer-Encoding: 7bit Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1KqUIq-0007DQ-5n for emacs-orgmode@gnu.org; Thu, 16 Oct 2008 10:58:16 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1KqUIp-0007BC-09 for emacs-orgmode@gnu.org; Thu, 16 Oct 2008 10:58:15 -0400 Received: from [199.232.76.173] (port=58248 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KqUIo-0007Au-NM for emacs-orgmode@gnu.org; Thu, 16 Oct 2008 10:58:14 -0400 Received: from ug-out-1314.google.com ([66.249.92.174]:10948) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1KqUIn-00039Q-Ts for emacs-orgmode@gnu.org; Thu, 16 Oct 2008 10:58:14 -0400 Received: by ug-out-1314.google.com with SMTP id z36so1801735uge.17 for ; Thu, 16 Oct 2008 07:58:12 -0700 (PDT) In-Reply-To: <20081016142326.GE59512@yog-sothoth.mohorovi.cc> List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: James TD Smith Cc: Org Mode List On Oct 16, 2008, at 4:23 PM, James TD Smith wrote: > On 2008-10-16 08:28:29(-0400), Bernt Hansen wrote: >> Thanks for restoring the old behaviour. >> >> This was confusing me a bit -- I have lots of tasks where the clock >> drawer is way down in the body of the task after lots of repeated >> 'DONE' >> notes (for some of my cyclic tasks). I was used to the latest DONE >> note >> being at the top and all of a sudden it looked to me like the >> logging of >> the repeated task stopped working - but in fact the entry was placed >> after my :CLOCK: drawer somewhere in the middle of the task and was >> much >> harder to find. > > Ah, I didn't think of that. Sorry. I had been manually moving my > drawers back to > the top of the entry since I noticed them moving. Adding the note > after the > CLOCK drawer when the drawer is not at the start of the entry is > completely > wrong; the note insertion code should only skip drawers if they are > immediately > after the scheduling keywords. This sounds like a reasonable proposal, and I would accept a patch that interpretes the new variable in this way. I will then also reconsider the default setting, not sure what is the best way yet. - Carsten