Hi Nick, Nick Dokos wrote: > "Sebastien Vauban" <sva-n...@mygooglest.com> writes: >> Nick Dokos wrote: >>> The OP probably wants this in the global keymap, rather than in the >>> org-mode-map: just like the agenda dispatcher C-c a, this functionality is >>> useful outside an org file. >>> >>> (global-set-key (kbd "C-M-h") (lambda () (interactive) (org-agenda nil "s" >>> "<"))) >> >> Not sure to understand when this functionality would be useful outside of >> Org. >> Can you explain? > > I meant "org buffer": you might want to issue the command from an > arbitrary buffer, not just an org mode buffer, so the key should be > defined globally.
I still don't understand. Here, the command is for searching among (Org) headlines of the current buffer -- see the restriction "<". I don't see how it would make sense to call that on something other than an Org mode buffer? Maybe you missed the "<" restriction? Or do I miss something else? Best regards, Seb -- Sebastien Vauban