emacs-orgmode
[Top][All Lists]
Advanced

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

Re: [O] Agenda views skip function hide parent projects


From: Wiskey 5 Alpha
Subject: Re: [O] Agenda views skip function hide parent projects
Date: Fri, 7 Feb 2014 11:54:54 -0500

On Wed, Feb 5, 2014 at 12:54 PM, Wiskey 5 Alpha <address@hidden> wrote:
> I have some projects that are 4 levels deep, so this is quite annoying.  How
> do
> I get just the "deepest" level project to show without it's parents ?
>
> here is my custom agenda view for projects
>
> ("p" "@Projects" tags-todo "-IGNORE-someday-wait/TODO"
> (
>  (org-agenda-overriding-header "@Projects")
>           (org-agenda-tags-todo-honor-ignore-options t)
>    (org-agenda-skip-function
>   (lambda nil
>     (org-agenda-skip-subtree-if (quote notregexp) "\\* NEXT")
>     )
>   )
I think I understand the problem now, but i do not know how to fix it.
The skip function "matches" on the parent, as well as the siblings if
there is a NEXT item in the subtree.  Is there any way to limit the
search to only one level below the current level ?

-Tim



reply via email to

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