On Wed, Feb 5, 2014 at 12:54 PM, Wiskey 5 Alpha <wiskey5al...@gmail.com> 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