emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
* Agenda views skip function hide parent projects
@ 2014-02-05 17:54 Wiskey 5 Alpha
  2014-02-05 19:40 ` Alan Schmitt
  2014-02-07 16:54 ` Wiskey 5 Alpha
  0 siblings, 2 replies; 5+ messages in thread
From: Wiskey 5 Alpha @ 2014-02-05 17:54 UTC (permalink / raw)
  To: emacs-orgmode

[-- Attachment #1: Type: text/plain, Size: 1088 bytes --]

Hello all.

I am sure this is documented somewhere, but I cant seem to put together
the correct custom agenda view to support my way of project planning

I have the following todo keywords defined : TODO NEXT DONE WAIT
I like to list everything as a TODO, even if sub items may be a TODO, like
this

** TODO Main Test Project
*** TODO Main sub project 1
**** NEXT first task
*** TODO Main sub project 2 (stuck)

What I would like to see is :
on my projects list
TODO Main sub project 1

The problem is that my project list looks like this
TODO Main Test Project
TODO Main sub project 1

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

Thank you in advance

-Tim

[-- Attachment #2: Type: text/html, Size: 1982 bytes --]

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2014-02-07 16:55 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-02-05 17:54 Agenda views skip function hide parent projects Wiskey 5 Alpha
2014-02-05 19:40 ` Alan Schmitt
2014-02-05 19:50   ` Samuel Wales
2014-02-05 20:51   ` Wiskey 5 Alpha
2014-02-07 16:54 ` Wiskey 5 Alpha

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).