From mboxrd@z Thu Jan 1 00:00:00 1970 From: Samuel Wales Subject: Re: Projects with priority items Date: Mon, 14 Feb 2011 14:14:32 -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=57105 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Pp5kg-0006pm-I2 for emacs-orgmode@gnu.org; Mon, 14 Feb 2011 16:14:35 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Pp5kf-00043t-8S for emacs-orgmode@gnu.org; Mon, 14 Feb 2011 16:14:34 -0500 Received: from mail-yx0-f169.google.com ([209.85.213.169]:57663) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Pp5kf-00043i-1e for emacs-orgmode@gnu.org; Mon, 14 Feb 2011 16:14:33 -0500 Received: by yxl31 with SMTP id 31so2540946yxl.0 for ; Mon, 14 Feb 2011 13:14:32 -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: Nathan Neff Cc: emacs-orgmode Excellent question. Do you mean all ancestors? === More options you might consider (don't want to hijack thread): Other options include dimming tasks that have at least one descendent in the same agenda view. Motivation is that sometimes I mark a task as important (or any other tag), and mark its child as important. When I look at the agenda view for important items without inheritance, I am less interested in the parent. But when B is done, I am interested in A again. I don't want to manipulate tags. I just want to have both there all the time in the agenda, but one dimmed. * deal with company A :important: * call B at company A :important: * call C However, this is also not implemented. Samuel