From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Martin Beck" Subject: How to open Link in Heading in Agenda without mouse click? Date: Mon, 8 Jun 2015 10:41:16 +0200 Message-ID: Mime-Version: 1.0 Content-Type: text/html; charset=UTF-8 Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:49900) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Z1scT-00054T-VJ for emacs-orgmode@gnu.org; Mon, 08 Jun 2015 04:41:22 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Z1scR-0001KW-7Y for emacs-orgmode@gnu.org; Mon, 08 Jun 2015 04:41:21 -0400 Received: from mout.web.de ([212.227.15.3]:54372) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Z1scQ-0001Ez-U6 for emacs-orgmode@gnu.org; Mon, 08 Jun 2015 04:41:19 -0400 List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: emacs orgmode-mailinglist
Hi,
 
I'd like to create an agenda view which gives me quick access to important directories and files.
So I set up an org-mode file with those hyperlinks and created an agenda which collects all headings in there.
 
However if I try to use it, I did not find a way to open the hyperlinks in the agenda view without the mouse.
 
Example headline:
 
* Link to important file [[file+sys:\\server\dir\filename.mm][Mindmap]]
[2015-06-08 Mo 10:34]
 
Which command can I use to open the link/linked file directly in the agenda view? Is there a standard keybinding for it?
 
Kind regards
 
Martin