From mboxrd@z Thu Jan 1 00:00:00 1970 From: Christian Egli Subject: Re: checkable items which don't show up in agenda Date: Wed, 26 Apr 2006 08:54:18 +0200 Message-ID: <1146034458.6335.7.camel@elrond.zur.novell.com> References: Mime-Version: 1.0 Content-Type: text/plain Content-Transfer-Encoding: 7bit Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1FYdvK-0002iA-Ii for emacs-orgmode@gnu.org; Wed, 26 Apr 2006 02:54:54 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1FYdvI-0002gH-Tj for emacs-orgmode@gnu.org; Wed, 26 Apr 2006 02:54:54 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1FYdvI-0002gA-KO for emacs-orgmode@gnu.org; Wed, 26 Apr 2006 02:54:52 -0400 Received: from [195.33.99.129] (helo=gwia-smtp.id2.novell.com) by monty-python.gnu.org with esmtps (TLS-1.0:DHE_RSA_AES_256_CBC_SHA:32) (Exim 4.52) id 1FYdxv-0007Cx-Cf for emacs-orgmode@gnu.org; Wed, 26 Apr 2006 02:57:35 -0400 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: Frank Ruell Cc: emacs-orgmode@gnu.org On Tue, 2006-04-25 at 18:19 +0200, Frank Ruell wrote: > The only thing I've missed was an option for items, which are fontyfied > and checkable via some shortcut, but never ever show up in agenda (or > rather clutter up your agenda). What would be a use case for that? I have been thinking I would not want to see TODO items in the agenda that for the following scenario: * TODO Organize event ** TODO Choose a date ** TODO Invite people Here I'd like my agenda to remind me only that I need to Organize the event. I'd like to be able to check of the subtasks (which I'll do in the org-mode buffer, not in the agenda), but I do not want them to "clutter" my agenda. In this case it is not arbitrary checkable (TODO) items that I want to exclude from the agenda. I just want to exclude TODO items where an ancestor is also a TODO item. Would that cover your use case? Thanks Christian