emacs-orgmode
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Orgmode] changes to return-follows-link


From: Carsten Dominik
Subject: Re: [Orgmode] changes to return-follows-link
Date: Fri, 6 Mar 2009 18:15:25 +0100

Hi Wes,

RET in the agenda is supposed to go to the location that triggered
the entry, in your case the scheduling time stamp.  I did not even
know that it used to follow a link.

The direct command to follow a link from the agenda is `C-c C-o',
`org-agenda-open-link'.

If you do not need the other functionality of RET in the agenda,
try

(add-hook 'org-agenda-mode-hook
   (lambda ()
   (define-key org-agenda-mode-map [(return)] 'org-agenda-open-link)))

HTH

- Carsten

On Mar 6, 2009, at 3:32 PM, Wes Hardaker wrote:


Recently (I'm running 6.23b; not 6.24) pressing return in the agenda
buffer on a link followed the link.  Now it's jumping to the schedule
line in the wherever.org file.  Two questions:

1) shouldn't it jump to the header line instead of the schedule line?
2) if on a link to somewhere else, shouldn't it follow the link?

I'm sure this is a result of the recent rework of the *-follow-link
functions...  I have multiple repeating agenda items that jump me to
various web-pages etc.  (Now I have to hit return->up-arrow->return to
get to the right jump spot rather than a direct jump).

--
"In the bathtub of history the truth is harder to hold than the soap,
and much more difficult to find."  -- Terry Pratchett


_______________________________________________
Emacs-orgmode mailing list
Remember: use `Reply All' to send replies to the list.
address@hidden
http://lists.gnu.org/mailman/listinfo/emacs-orgmode


reply via email to

[Prev in Thread] Current Thread [Next in Thread]