From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nathan Neff Subject: Ignore sub-items of Scheduled TODOs? Date: Thu, 2 Jul 2009 18:21:47 -0500 Message-ID: <211769420907021621q449d3fa8md8cb2f85ade3927b@mail.gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1MMVbG-0003QU-DI for emacs-orgmode@gnu.org; Thu, 02 Jul 2009 19:21:54 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1MMVbB-0003Oa-S2 for emacs-orgmode@gnu.org; Thu, 02 Jul 2009 19:21:54 -0400 Received: from [199.232.76.173] (port=47545 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MMVbB-0003OU-L8 for emacs-orgmode@gnu.org; Thu, 02 Jul 2009 19:21:49 -0400 Received: from mail-fx0-f217.google.com ([209.85.220.217]:64890) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1MMVbB-0006Cj-A7 for emacs-orgmode@gnu.org; Thu, 02 Jul 2009 19:21:49 -0400 Received: by fxm17 with SMTP id 17so1555292fxm.42 for ; Thu, 02 Jul 2009 16:21:47 -0700 (PDT) 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 Hello, 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. Currently, I have items like this: * TODO top level item, scheduled for future SCHEDULED: <2009-07-16 Thu> ** TODO A sub-item I don't want to see until 7/16 ** TODO Another sub-item I don't want to see until 7/16 If I set org-agenda-todo-ignore-with-date to non-nil and go to the agenda C-c a a, then I still see the second and third todos. Is this a bug, or is there a quick way of removing these todos that are under a scheduled item from the agenda list? Or, am I probably going about this the wrong way? Thanks, --Nate