"Martin Beck" <elwood...@web.de> writes: > 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?
Doesn't C-c C-o (which should be bound to org-agenda-open-link in the agenda buffer) work? Nick