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