From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bastien Subject: Re: Re: [PATCH] Proposed command: org-agenda-clock-goto Date: Thu, 12 Aug 2010 10:30:54 +0200 Message-ID: <87fwyk6xmp.fsf@gnu.org> References: <87pqy29344.fsf@gnu.org> <87pqxvd3u5.fsf@gollum.intra.norang.ca> <87lj8ikffv.fsf@gnu.org> <3CCB0801-D852-4D40-A5B0-3135B2BCA708@gmail.com> <87r5i5w7l4.fsf@gnu.org> <87ocd8u7aa.fsf@gnu.org> <716F521A-0699-4EA0-9EA1-6CE83C574543@noorul.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from [140.186.70.92] (port=46058 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OjTBh-0001AN-SQ for emacs-orgmode@gnu.org; Thu, 12 Aug 2010 04:30:58 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1OjTBg-0001tI-Q5 for emacs-orgmode@gnu.org; Thu, 12 Aug 2010 04:30:57 -0400 Received: from mail-wy0-f169.google.com ([74.125.82.169]:54036) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1OjTBg-0001tA-L4 for emacs-orgmode@gnu.org; Thu, 12 Aug 2010 04:30:56 -0400 Received: by wyg36 with SMTP id 36so1235702wyg.0 for ; Thu, 12 Aug 2010 01:30:55 -0700 (PDT) In-Reply-To: <716F521A-0699-4EA0-9EA1-6CE83C574543@noorul.com> (Noorul Islam K. M.'s message of "Thu, 12 Aug 2010 08:45:26 +0530") 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: Noorul Islam K M Cc: Bernt Hansen , "emacs-orgmode@gnu.org" , Carsten Dominik Noorul Islam K M writes: > For me J takes me to the org file entry not to the agenda entry. That's weird. Did you pull and get the last Org? `J' should: - move the point to the clocked in entry in the agenda buffer - if the clocked entry is not listed in the agenda buffer, display it in another window - if there is no running clock, display a message. I just pushed an updated docstring. Works here... -- Bastien