From mboxrd@z Thu Jan 1 00:00:00 1970 From: Manish Sharma Subject: Re: declaring items as implicit TODO entries Date: Mon, 26 Apr 2010 10:09:45 +0530 Message-ID: <87d3xm25f2.fsf@master.home.net> References: <4BD4BDDE.6000503@letterboxes.org> 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 1O6G6u-0000CN-Gb for emacs-orgmode@gnu.org; Mon, 26 Apr 2010 00:39:56 -0400 Received: from [140.186.70.92] (port=36069 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1O6G6r-0000AZ-Qf for emacs-orgmode@gnu.org; Mon, 26 Apr 2010 00:39:56 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1O6G6r-00060Z-2r for emacs-orgmode@gnu.org; Mon, 26 Apr 2010 00:39:53 -0400 Received: from lo.gmane.org ([80.91.229.12]:45389) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1O6G6q-00060M-Oq for emacs-orgmode@gnu.org; Mon, 26 Apr 2010 00:39:52 -0400 Received: from list by lo.gmane.org with local (Exim 4.69) (envelope-from ) id 1O6G6p-0000dO-7T for emacs-orgmode@gnu.org; Mon, 26 Apr 2010 06:39:51 +0200 Received: from 124.123.254.2 ([124.123.254.2]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 26 Apr 2010 06:39:51 +0200 Received: from mailtomanish.sharma by 124.123.254.2 with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 26 Apr 2010 06:39:51 +0200 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 Nick writes: > Hi, > > I have an .org file I currently use as a TODO list. Everything > below a certain level (currently 3) is a TODO item (of some > sort). > > Is there a way to tell org-mode to assume any item below this > level is by default a TODO item, such that the agenda view > displays all of them which aren't explicitly marked as DONE? "C-c a t" should show all the TODO items. You may also want to take a look at "org-agenda-todo-ignore-deadlines", "org-agenda-todo-ignore-scheduled" and "org-agenda-todo-ignore-with-date" as well. HTH -- Manish