From mboxrd@z Thu Jan 1 00:00:00 1970 From: Christian Egli Subject: Re: Ignore sub-items of Scheduled TODOs? Date: Fri, 03 Jul 2009 09:05:39 +0200 Message-ID: References: <211769420907021621q449d3fa8md8cb2f85ade3927b@mail.gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1MMcqO-00046K-So for emacs-orgmode@gnu.org; Fri, 03 Jul 2009 03:06:01 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1MMcqJ-00043g-KG for emacs-orgmode@gnu.org; Fri, 03 Jul 2009 03:06:00 -0400 Received: from [199.232.76.173] (port=38231 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MMcqJ-00043Z-GI for emacs-orgmode@gnu.org; Fri, 03 Jul 2009 03:05:55 -0400 Received: from mx20.gnu.org ([199.232.41.8]:34852) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1MMcqI-0001Fl-Ps for emacs-orgmode@gnu.org; Fri, 03 Jul 2009 03:05:54 -0400 Received: from main.gmane.org ([80.91.229.2] helo=ciao.gmane.org) by mx20.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1MMcqH-0007vy-DP for emacs-orgmode@gnu.org; Fri, 03 Jul 2009 03:05:53 -0400 Received: from list by ciao.gmane.org with local (Exim 4.43) id 1MMcqE-00070c-2X for emacs-orgmode@gnu.org; Fri, 03 Jul 2009 07:05:50 +0000 Received: from d05.sbs-online.ch ([217.192.14.190]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Fri, 03 Jul 2009 07:05:50 +0000 Received: from christian.egli by d05.sbs-online.ch with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Fri, 03 Jul 2009 07:05:50 +0000 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: emacs-orgmode@gnu.org Nathan Neff writes: > I'd like to know the best way for removing TODO items from the agenda if > they have a parent item that's been scheduled. It's not exactly what you want but I found that I like to hide sublevel TODOs. Have a look at org-agenda-todo-list-sublevels: org-agenda-todo-list-sublevels is a variable defined in `org-agenda.el'. Its value is nil Documentation: Non-nil means, check also the sublevels of a TODO entry for TODO entries. When nil, the sublevels of a TODO entry are not checked, resulting in potentially much shorter TODO lists. You can customize this variable. HTH Christian