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-
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