From mboxrd@z Thu Jan 1 00:00:00 1970 From: Carsten Dominik Subject: Re: Re: [PATCH] Proposed command: org-agenda-clock-goto Date: Thu, 12 Aug 2010 00:04:55 +0200 Message-ID: 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> Mime-Version: 1.0 (Apple Message framework v936) Content-Type: text/plain; charset=US-ASCII; format=flowed; delsp=yes Content-Transfer-Encoding: 7bit Return-path: Received: from [140.186.70.92] (port=46121 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OjJPw-0001fq-MD for emacs-orgmode@gnu.org; Wed, 11 Aug 2010 18:05:01 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1OjJPv-0006et-CY for emacs-orgmode@gnu.org; Wed, 11 Aug 2010 18:05:00 -0400 Received: from mail-ey0-f169.google.com ([209.85.215.169]:58503) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1OjJPv-0006em-6Q for emacs-orgmode@gnu.org; Wed, 11 Aug 2010 18:04:59 -0400 Received: by eyg24 with SMTP id 24so400087eyg.0 for ; Wed, 11 Aug 2010 15:04:58 -0700 (PDT) In-Reply-To: <87r5i5w7l4.fsf@gnu.org> 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: Bastien Cc: Bernt Hansen , emacs-orgmode@gnu.org, Noorul Islam On Aug 11, 2010, at 4:24 PM, Bastien wrote: > Carsten Dominik writes: > >> I have not looked up which way it is now, >> but thinking again it seems to me that this would be the right way: >> >> C-c C-x C-j jumps to the entry in the org buffer, both from the >> agenda >> and from normal buffers. > > This is how it works now. I updated the doc accordingly and I also > added a line for the `J' command in the agenda buffer. > >> "J" would then be available to find the clock entry in the agenda, if >> it is present there. We could extend this command to show the clock >> entry in the other window if the line cannot be found in the agenda >> window... > > This is how it works - please let me know if it works okay. Hmmm, I just pulled, and J jumps to the org-mode file while C-c C-x C- j goes to the agenda lines corresponding to the clocking item. I meant it the other way around..... What am I missing? - Carsten