From mboxrd@z Thu Jan 1 00:00:00 1970 From: Manish Subject: Re: listing tasks with no TODO keyword in global TODO list Date: Sun, 21 Feb 2010 11:20:34 +0530 Message-ID: References: <4B7F128D.1060106@jboecker.de> <87hbpc7i5l.fsf@fastmail.fm> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Nj4iW-00060Z-Pz for emacs-orgmode@gnu.org; Sun, 21 Feb 2010 00:50:56 -0500 Received: from [140.186.70.92] (port=36689 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Nj4iW-00060N-15 for emacs-orgmode@gnu.org; Sun, 21 Feb 2010 00:50:56 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1Nj4iV-0003LS-6n for emacs-orgmode@gnu.org; Sun, 21 Feb 2010 00:50:55 -0500 Received: from mail-iw0-f199.google.com ([209.85.223.199]:55024) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1Nj4iU-0003LL-O5 for emacs-orgmode@gnu.org; Sun, 21 Feb 2010 00:50:55 -0500 Received: by iwn37 with SMTP id 37so1531055iwn.24 for ; Sat, 20 Feb 2010 21:50:54 -0800 (PST) In-Reply-To: <87hbpc7i5l.fsf@fastmail.fm> 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: Matt Lundin Cc: Org-Mode On Sat, Feb 20, 2010 at 8:00 AM, Matt Lundin wrote: [snip (15 lines)] >> i seem to recall that there was an instance where an item >> without a TODO keyword could be treated as if it was an unDONE >> item but i can't seem to find it anymore. > > Assuming that you only use DONE as an inactive todo, I believe > you can get all headings *not* marked done with the following > search: > > C-c a m /-DONE thanks! a custom agenda built around this does the job well. > Are you perhaps thinking of the default setting for stuck > projects? > > (setq org-stuck-projects '("+LEVEL=2/-DONE" ("TODO" "NEXT" > "NEXTACTION") nil "")) > > This defines projects based on their level (i.e., all level two > items not marked DONE). possibly.. but i suspect it was something else. thanks again. -- manish