Re: [O] Single Search Hit and Quick Jump

2014-06-15 Thread Sacha Chua
Esben Stien writes: Hello, Esben! (Digging up old thread, sorry!) > Now, If I f.ex do C-c a s corge, I get multiple hits, but I really only > search for level 3 items always. Is there any way to restrict the search > to only level 3 items? Would you consider defining org-refile-targets and the

Re: [O] Single Search Hit and Quick Jump

2014-03-13 Thread Bastien
Hi Esben, Esben Stien writes: > Bastien writes: > >> You can have a custom agenda command like this one: >> >> (setq org-agenda-custom-commands >>'(("c" "Level 3 courge" tags "+LEVEL=3" >> ((org-agenda-regexp-filter-preset '("+corge")) > > Yeah, that works nicely;), bu

Re: [O] Single Search Hit and Quick Jump

2014-03-12 Thread Esben Stien
Bastien writes: > You can have a custom agenda command like this one: > > (setq org-agenda-custom-commands >'(("c" "Level 3 courge" tags "+LEVEL=3" > ((org-agenda-regexp-filter-preset '("+corge")) Yeah, that works nicely;), but it's a hardcoded search string. How would

Re: [O] Single Search Hit and Quick Jump

2014-03-12 Thread Bastien
Hi Esben, Esben Stien writes: > Now, If I f.ex do C-c a s corge, I get multiple hits, but I really only > search for level 3 items always. Is there any way to restrict the search > to only level 3 items? You can have a custom agenda command like this one: (setq org-agenda-custom-commands