From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bernt Hansen Subject: Re: Orgmode 5.11b, bug fix release Date: Sat, 06 Oct 2007 11:23:35 -0400 Message-ID: <874ph4qnbc.fsf@gollum.intra.norang.ca> References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1IeBY3-00019z-4O for emacs-orgmode@gnu.org; Sat, 06 Oct 2007 11:26:35 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1IeBXv-0000tM-Bt for emacs-orgmode@gnu.org; Sat, 06 Oct 2007 11:26:34 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1IeBXv-0000tD-9L for emacs-orgmode@gnu.org; Sat, 06 Oct 2007 11:26:27 -0400 Received: from main.gmane.org ([80.91.229.2] helo=ciao.gmane.org) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1IeBXo-0006JW-N7 for emacs-orgmode@gnu.org; Sat, 06 Oct 2007 11:26:27 -0400 Received: from list by ciao.gmane.org with local (Exim 4.43) id 1IeBVp-0004jC-Ry for emacs-orgmode@gnu.org; Sat, 06 Oct 2007 15:24:17 +0000 Received: from cpe000102d0fe75-cm0012256ecbde.cpe.net.cable.rogers.com ([74.119.210.211]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sat, 06 Oct 2007 15:24:17 +0000 Received: from bernt by cpe000102d0fe75-cm0012256ecbde.cpe.net.cable.rogers.com with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sat, 06 Oct 2007 15:24:17 +0000 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: emacs-orgmode@gnu.org Carsten Dominik writes: > Org-mode 5.11b fixes the problems reported by Bernt. > > http://orgmode.org Thanks! > > A few remarks: > > "CLOCK" is already part of the new default value for `org-drawers'. > Most people don't have to do anything to get the CLOCK drawers. > However, if you have previously customized `org-drawers', you need > to make sure yourself that "CLOCK" is in this list. Since I don't currently customize org-drawers I've removed this from my .emacs again. I only added it yesterday at Bastien's suggestion during testing. Thanks for the clarification. > > The bug Bernt reported was due to the fact that I did not limit the > search for an existing CLOCK drawer in the entry properly. Therefore, > if the current entry did not have one, but any of the entries further > down in the file had one, all CLOCK lines would en up there. This is > fixed now - at least I hope. Clocking seems to work much better now :) > > Further, I don't want to make C-c C-x C-r jumpt to the clocktable > anymore, because there can now be many. However, C-c C-c C-x C-r will > now jump to the first clocktable in the file and update it. Does that > help, Bernt? I currently only have a single clock table per file so the jump to the table to update is very useful for me. I update the clock table many times a day just to see where I am and not having to navigate to the table first saves me a little bit of time. The key binding C-c C-c C-x C-r doesn't work very well for me since C-c C-c is active in too many regions of the org file. If I'm on a task headline C-c C-c is intercepted for tags entry. If I'm in a clock drawer it I get "C-c C-c can do nothing useful at this location". Actually I haven't managed to get C-c C-c C-x C-r to work at all yet :) All I really need to get the old behaviour is globally bind some key to a function that jumps to the clock table of the current org file and updates the table. You don't need to bind it to a key combination at all by default. Maybe all I really need is a function to jump to and reveal the next clock table in the org file (wrapping back to the top of the file since I'm normally somewhere in the middle when I want to update the table). That way I can easily skip to all of the clock tables (currently only one) in the file and just do C-c C-x C-r on each one. A couple of other minor things: - The release notes mention the new function to jump to the current running clock (org-clock-goto after searching the source) but you never named the function in the release notes. It only shows up in the ChangeLog. I _love_ this function!! Thanks again! - After installing 5.11b org-version still reports 5.11. Thanks for the quick fix(es). Bernt