Re: [Orgmode] Re: [PATCH] Proposed command: org-agenda-clock-goto

2010-08-12 Thread Carsten Dominik
On Aug 12, 2010, at 1:23 PM, Bernt Hansen wrote: Carsten Dominik writes: On Aug 12, 2010, at 12:13 AM, Bastien wrote: Carsten Dominik writes: 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

Re: [Orgmode] Re: [PATCH] Proposed command: org-agenda-clock-goto

2010-08-12 Thread Bernt Hansen
Carsten Dominik writes: > On Aug 12, 2010, at 12:13 AM, Bastien wrote: > >> Carsten Dominik writes: >> >>> 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.

Re: [Orgmode] Re: [PATCH] Proposed command: org-agenda-clock-goto

2010-08-12 Thread Carsten Dominik
On Aug 12, 2010, at 12:13 AM, Bastien wrote: Carsten Dominik writes: 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? Weird -- M-x org-reload?

Re: [Orgmode] Re: [PATCH] Proposed command: org-agenda-clock-goto

2010-08-12 Thread Bastien
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 an

Re: [Orgmode] Re: [PATCH] Proposed command: org-agenda-clock-goto

2010-08-11 Thread Noorul Islam K M
On Aug 12, 2010, at 3:43 AM, Bastien wrote: > Carsten Dominik writes: > >> 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? > > Weird -- M-x org-

Re: [Orgmode] Re: [PATCH] Proposed command: org-agenda-clock-goto

2010-08-11 Thread Bastien
Carsten Dominik writes: > 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? Weird -- M-x org-reload? This diff shows the change in the keybindinds:

Re: [Orgmode] Re: [PATCH] Proposed command: org-agenda-clock-goto

2010-08-11 Thread Carsten Dominik
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

Re: [Orgmode] Re: [PATCH] Proposed command: org-agenda-clock-goto

2010-08-11 Thread Bastien
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

Re: [Orgmode] Re: [PATCH] Proposed command: org-agenda-clock-goto

2010-08-09 Thread Carsten Dominik
On Aug 7, 2010, at 10:14 AM, Bastien wrote: Bernt Hansen writes: I'm not against this change since I've never used J in the agenda before (mostly because I wasn't aware of this key binding at all). C-c C-x C-j is now bound to org-agenda-clock-goto in agenda buffers and to org-clock-go

[Orgmode] Re: [PATCH] Proposed command: org-agenda-clock-goto

2010-08-08 Thread Bastien
Bernt Hansen writes: > I'm not against this change since I've never used J in the agenda before > (mostly because I wasn't aware of this key binding at all). C-c C-x C-j is now bound to org-agenda-clock-goto in agenda buffers and to org-clock-goto is org buffers. I hesitated long, and I'm still

[Orgmode] Re: [PATCH] Proposed command: org-agenda-clock-goto

2010-08-08 Thread Bernt Hansen
Bastien writes: > Bernt Hansen writes: > >> I'm not against this change since I've never used J in the agenda before >> (mostly because I wasn't aware of this key binding at all). > > C-c C-x C-j is now bound to org-agenda-clock-goto in agenda buffers and > to org-clock-goto is org buffers. > >

[Orgmode] Re: [PATCH] Proposed command: org-agenda-clock-goto

2010-08-06 Thread Bernt Hansen
Noorul Islam writes: > On Sun, Aug 1, 2010 at 1:27 PM, Bastien wrote: > > From the agenda, I often want to jump to the currently clocking task > without leaving the agenda buffer. > > The attached patch contains a function that does so. > > Would that be useful to anyone