From mboxrd@z Thu Jan 1 00:00:00 1970 From: Samuel Wales Subject: Re: Invisible parent tasks (request) Date: Tue, 16 Nov 2010 18:03:59 -0700 Message-ID: References: Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Return-path: Received: from [140.186.70.92] (port=37585 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PIWRP-0002YC-H6 for emacs-orgmode@gnu.org; Tue, 16 Nov 2010 20:04:04 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1PIWRM-0002Ff-Vk for emacs-orgmode@gnu.org; Tue, 16 Nov 2010 20:04:03 -0500 Received: from mail-ww0-f49.google.com ([74.125.82.49]:33793) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1PIWRM-0002Fb-O4 for emacs-orgmode@gnu.org; Tue, 16 Nov 2010 20:04:00 -0500 Received: by wwc33 with SMTP id 33so1449111wwc.30 for ; Tue, 16 Nov 2010 17:04:00 -0800 (PST) In-Reply-To: List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: Magnus Nilsson Cc: emacs-orgmode@gnu.org 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.