Re: [Orgmode] org-follow-link-in-same-window

2009-06-27 Thread Nicolas Girard
2009/6/27 Carsten Dominik > > On Jun 27, 2009, at 10:41 AM, Nicolas Girard wrote: > (defun org-open-at-mouse-same-window (ev) > "Open file link or URL at mouse." > (interactive "e") > (mouse-set-point ev) > (if (eq major-mode 'org-agenda-mode) > (org-agenda-copy-local-variable 'org-link-

Re: [Orgmode] org-follow-link-in-same-window

2009-06-27 Thread Carsten Dominik
On Jun 27, 2009, at 10:41 AM, Nicolas Girard wrote: Hi all, when clicking on a link, I whish I could choose between - following it in another window (the current behaviour, which I'm often fine with, but not always); - following it in the same window I tried to create a new function, org-fo