From mboxrd@z Thu Jan 1 00:00:00 1970 From: Carsten Dominik Subject: Re: Re: Orgmode 5.11b, bug fix release Date: Sat, 6 Oct 2007 17:40:49 +0200 Message-ID: References: <874ph4qnbc.fsf@gollum.intra.norang.ca> Mime-Version: 1.0 (Apple Message framework v624) Content-Type: text/plain; charset=US-ASCII; format=flowed Content-Transfer-Encoding: 7bit Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1IeBlt-0007Bq-GM for emacs-orgmode@gnu.org; Sat, 06 Oct 2007 11:40:53 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1IeBlr-0007AG-G1 for emacs-orgmode@gnu.org; Sat, 06 Oct 2007 11:40:52 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1IeBlr-0007A4-9H for emacs-orgmode@gnu.org; Sat, 06 Oct 2007 11:40:51 -0400 Received: from korteweg.uva.nl ([146.50.98.70]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1IeBlq-0001Ip-US for emacs-orgmode@gnu.org; Sat, 06 Oct 2007 11:40:51 -0400 In-Reply-To: <874ph4qnbc.fsf@gollum.intra.norang.ca> 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: Bernt Hansen Cc: emacs-orgmode@gnu.org On Oct 6, 2007, at 17:23, Bernt Hansen wrote: >> >> 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 Typo. I meant C-u C-c C-x C-r, i.e. use a prefix argument for the clocktable command. > > 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. - Carsten