emacs-orgmode
[Top][All Lists]
Advanced

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

[Orgmode] Listing todos which have other todos in the subtree in the age


From: Jan Böcker
Subject: [Orgmode] Listing todos which have other todos in the subtree in the agenda
Date: Fri, 13 Aug 2010 10:10:00 +0200
User-agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.1.11) Gecko/20100713 Thunderbird/3.0.6

I have a projects.org file with entries like this:

* PROJECT Find the answer to life, the universe and everything
* PROJECT World Domination
*** NEXT build Doomsday Device

(where PROJECT and NEXT are both defined as todo keywords.)

I'd like to define a custom agenda view to get a project list. I tried a
"TAGS search" for '+TODO="PROJECT"'. My problem is that the "World
Domination" project is not shown, because the todo is blocked by the
"build Doomsday Device" next action. I tried setting
`org-enforce-todo-dependencies' to nil in the local settings for the
agenda command, but that did not help.

Setting `org-todo-keywords' to '((sequence "PROJECT")) also did not help.

I'd appreciate any ideas on how to achieve a list of all my projects,
regardless of whether they have next actions defined or not.

(Simply looking at the projects.org file is not enough, as I plan to
make a block agenda which shows projects in groups which have specific
tags, i.e. active (untagged) projects first, then those tagged
SUSPENDED, then SOMEDAY, then MAYBE.)

Thanks in advance,
  Jan



reply via email to

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