From mboxrd@z Thu Jan 1 00:00:00 1970 From: Chris Poole Subject: //WAITING shows //NEXT too... Date: Mon, 2 Jun 2008 15:17:18 +0000 (UTC) Message-ID: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1K3BpQ-0004T8-OB for emacs-orgmode@gnu.org; Mon, 02 Jun 2008 11:20:08 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1K3BpP-0004ST-C9 for emacs-orgmode@gnu.org; Mon, 02 Jun 2008 11:20:08 -0400 Received: from [199.232.76.173] (port=38059 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1K3BpP-0004SP-3C for emacs-orgmode@gnu.org; Mon, 02 Jun 2008 11:20:07 -0400 Received: from main.gmane.org ([80.91.229.2]:38803 helo=ciao.gmane.org) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1K3BpP-00050F-2Q for emacs-orgmode@gnu.org; Mon, 02 Jun 2008 11:20:07 -0400 Received: from root by ciao.gmane.org with local (Exim 4.43) id 1K3BpK-0006m3-ML for emacs-orgmode@gnu.org; Mon, 02 Jun 2008 15:20:02 +0000 Received: from wwwcache2-ext.lancs.ac.uk ([194.80.32.10]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 02 Jun 2008 15:20:02 +0000 Received: from chris by wwwcache2-ext.lancs.ac.uk with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 02 Jun 2008 15:20:02 +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 Hi, I'm not sure if this is a bug or just some feature I don't understand, but I can't find mention of it elsewhere. I'm trying to implement GTD with org-mode. I have special TODO keywords set, NEXT WAITING DONE. If I do C-c\ to have it ask for tags or TODO keywords (to produce lists for me), I may enter //WAITING, to see all items I'm waiting for. Doing so and I get, for example * Someday/Maybe... * Projects... ** My first project *** WAITING some thing I want done *** NEXT something I should do :computer: * Reading... Clearly, the NEXT item shouldn't be there. This also occurs if I do a search for //NEXT items... I get a nice list (this time not showing my WAITING items), but in places where I have a *** NEXT item, it also shows any next *** item for that project too (though there is no NEXT tag here). (I apologise if these are two separate issues.) Anyone know what's going wrong, or what I'm doing wrong? Thanks.