emacs-orgmode
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [O] Single Search Hit and Quick Jump


From: Bastien
Subject: Re: [O] Single Search Hit and Quick Jump
Date: Wed, 12 Mar 2014 17:27:25 +0100
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.3.50 (gnu/linux)

Hi Esben,

Esben Stien <address@hidden> 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
       '(("c" "Level 3 courge" tags "+LEVEL=3"
          ((org-agenda-regexp-filter-preset '("+corge"))))))

> Also, when I find a result, I want to jump to the last item in that
> tree, so if I search for "corge", I want to end up with point on the
> level 4 item "**** garply"

You can hack around `org-agenda-after-show-hook'.

HTH,

-- 
 Bastien



reply via email to

[Prev in Thread] Current Thread [Next in Thread]