From mboxrd@z Thu Jan 1 00:00:00 1970 From: Carsten Dominik Subject: Re: Invisible parent tasks (request) Date: Sat, 23 Oct 2010 07:54:37 +0200 Message-ID: References: Mime-Version: 1.0 (Apple Message framework v936) Content-Type: text/plain; charset=US-ASCII; format=flowed; delsp=yes Content-Transfer-Encoding: 7bit Return-path: Received: from [140.186.70.92] (port=59348 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1P9X3y-0003B1-Qf for emacs-orgmode@gnu.org; Sat, 23 Oct 2010 01:54:43 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1P9X3x-0003Zx-PR for emacs-orgmode@gnu.org; Sat, 23 Oct 2010 01:54:42 -0400 Received: from mail-ew0-f41.google.com ([209.85.215.41]:38996) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1P9X3x-0003Zl-Jw for emacs-orgmode@gnu.org; Sat, 23 Oct 2010 01:54:41 -0400 Received: by ewy25 with SMTP id 25so1006433ewy.0 for ; Fri, 22 Oct 2010 22:54:40 -0700 (PDT) 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 On Oct 22, 2010, at 2:46 PM, Magnus Nilsson wrote: > Dear all, > > When using Getting Things Done, it would be nice to customize org- > mode such that parent tasks are not seen from the agenda view with > "C-a t"... > ...unless all subtasks are in a done state! > > A variable like org-show-parent-tasks could perhaps be introduced. > > I know that org-enforce-todo-dependencies can make the parents text > gray in the agenda view, but I haven't found a way to make the > parent tasks not show. The manual says: > If you set the variable org-agenda-dim-blocked-tasks, > TODO entries that cannot be > closed because of such dependencies will be shown in a > dimmed font or even made invisible > in agenda views (see Chapter 10 [Agenda Views], page 83). If you look at the mentioned variable, you will find out that you can set it to `invisible'. - Carsten