From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bernt Hansen Subject: Wishlist - Function to get to and reveal the current clocking task Date: Wed, 03 Oct 2007 13:52:07 -0400 Message-ID: <877im413y0.fsf@gollum.intra.norang.ca> 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 1Id8Pi-00059U-DD for emacs-orgmode@gnu.org; Wed, 03 Oct 2007 13:53:38 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Id8Pg-00056u-9t for emacs-orgmode@gnu.org; Wed, 03 Oct 2007 13:53:37 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Id8Pg-00056e-3p for emacs-orgmode@gnu.org; Wed, 03 Oct 2007 13:53:36 -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 1Id8Pf-0000gp-7j for emacs-orgmode@gnu.org; Wed, 03 Oct 2007 13:53:35 -0400 Received: from list by ciao.gmane.org with local (Exim 4.43) id 1Id8P3-0004Tt-7i for emacs-orgmode@gnu.org; Wed, 03 Oct 2007 17:52:57 +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 ; Wed, 03 Oct 2007 17:52:57 +0000 Received: from bernt by cpe000102d0fe75-cm0012256ecbde.cpe.net.cable.rogers.com with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Wed, 03 Oct 2007 17:52:57 +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 I'm finding that I want to get back to my current clocking task frequently. My org files are fairly large and when I fold all the tasks the only way I know of to get back to the current clocking task is to display today's agenda, press 'l' to get a display of my clocked tasks, and put the cursor on the last entry then hit 'o' to close the other window and RETURN. I do this 20 times a day... and it's getting kind of cumbersome :) I'd love a function I could bind to a single key press to do this. I know org-clock-marker points at the current location I want to get to - I just don't know how to use it to get there and reveal the location the same as if I used the above procedure from the agenda. Any suggestions? Thanks, Bernt