emacs-orgmode
[Top][All Lists]
Advanced

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

Re: [Orgmode] Invisible parent tasks (request)


From: Samuel Wales
Subject: Re: [Orgmode] Invisible parent tasks (request)
Date: Tue, 16 Nov 2010 18:03:59 -0700

Carsten answered, but some notes, possibly relevant, but only indirectly.

;;org-enforce-todo-dependencies is set in custom and does blocking.
;;
;;;dimming (grey or invisible tasks) is this.  possibly slow and i am not
;;;sure it helps much in my case.  turning it off simplifies it so that i
;;;can look at colors more.  i might want to comment this out.
(setf org-agenda-dim-blocked-tasks nil)
;;what i might like instead of dimming blocked tasks is something that dims
;;any task (whether blocked or not) that has children in the same agenda
;;view.  for consistency, perhaps this should be any descendent and not
;;direct children only.  might be slow.  this idea needs work.
;;dimming any parent in the same agenda view might be nice also.



reply via email to

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