From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bernt Hansen Subject: Re: Org-mode 5.11 released Date: Fri, 05 Oct 2007 13:53:44 -0400 Message-ID: <87fy0p5txz.fsf@gollum.intra.norang.ca> References: <5b96f7181f68fee42b1869263d99530f@gmail.com> 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 1IdrNT-0006eq-PE for emacs-orgmode@gnu.org; Fri, 05 Oct 2007 13:54:19 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1IdrNT-0006dg-2i for emacs-orgmode@gnu.org; Fri, 05 Oct 2007 13:54:19 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1IdrNS-0006dF-SM for emacs-orgmode@gnu.org; Fri, 05 Oct 2007 13:54:18 -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 1IdrNS-0006B6-Cg for emacs-orgmode@gnu.org; Fri, 05 Oct 2007 13:54:18 -0400 Received: from list by ciao.gmane.org with local (Exim 4.43) id 1IdrNB-0007yN-RC for emacs-orgmode@gnu.org; Fri, 05 Oct 2007 17:54:01 +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 ; Fri, 05 Oct 2007 17:54:01 +0000 Received: from bernt by cpe000102d0fe75-cm0012256ecbde.cpe.net.cable.rogers.com with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Fri, 05 Oct 2007 17:54:01 +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: > - `C-c C-x C-r' only updates a clocktable at point Okay... I'm used to C-c C-x C-r jumping to my * Timelog entry which is where I keep my clock. Is this functionality still available? C-c C-x C-r on a random task entry in my file generates this: ,----[ clock entry created ] | #+BEGIN: clocktable :maxlevel 2 :scope file | | #+END: `---- but it has no detail? Having to navigate to the clock table first before updating it is a little less convenient. Bernt