emacs-orgmode
[Top][All Lists]
Advanced

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

Re: [O] Understanding org-agenda-todo-list-sublevels


From: lbmlist
Subject: Re: [O] Understanding org-agenda-todo-list-sublevels
Date: Sun, 19 Feb 2012 20:34:33 -0700 (MST)
User-agent: Alpine 2.02 (DEB 1266 2009-07-14)



On Sun, 19 Feb 2012, Bernt Hansen wrote:

address@hidden writes:

If I have something like:

(setq org-agenda-custom-commands
          '(("Q"  "Q-Who" todo "IMPLEMENT" ((org-agenda-todo-list-sublevels t)))
))


Hi Louis,

I think we need more information.  In a todo agenda view you should see
the tasks and any subtasks that are not in a done state.
Your view already shows

 Coding:     IMPLEMENT  explore percent type [33%]
 Coding:     IMPLEMENT the exploration

which is the task and one of the subtasks.  If FINISHED is a done state
you won't get that in the view.  I think PLAN should also be listed (if
it is a todo state and not a done state)

How are your todo keywords defined?


(setq org-todo-keywords (quote (
(sequence "TODO" "|" "DONE")
(sequence "SCHEDULE" "INPROCESS" "|" "COMPLETED")
(sequence "IMAGINE" "PLAN" "IMPLEMENT" "HOLD" "|" "FINISHED" "ABANDONED")
)))


(setq org-agenda-custom-commands
  '(("Y"  "Q-Who" todo "IMPLEMENT" ((org-agenda-todo-list-sublevels t)))
))

it occurs to me that the `todo "IMPLEMENT"` match hides the PLAN and the "FINISHED" is out of the view by default so that it is actually functioning as designed WRT the

*** IMPLEMENT  explore percent type [33%]

todo.



Regards,
Bernt







reply via email to

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