From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bernt Hansen Subject: Re: my simple GTD setup Date: Sat, 29 Sep 2007 19:36:08 -0400 Message-ID: <873awxhwnr.fsf@gollum.intra.norang.ca> References: <87odflshqj.fsf@bzg.ath.cx> 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 1Iblrk-0001mD-2c for emacs-orgmode@gnu.org; Sat, 29 Sep 2007 19:36:56 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Iblri-0001lG-H5 for emacs-orgmode@gnu.org; Sat, 29 Sep 2007 19:36:55 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Iblri-0001lB-CK for emacs-orgmode@gnu.org; Sat, 29 Sep 2007 19:36:54 -0400 Received: from main.gmane.org ([80.91.229.2] 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 1Iblrh-0006ns-VZ for emacs-orgmode@gnu.org; Sat, 29 Sep 2007 19:36:54 -0400 Received: from list by ciao.gmane.org with local (Exim 4.43) id 1IblrU-00060f-UW for emacs-orgmode@gnu.org; Sat, 29 Sep 2007 23:36:41 +0000 Received: from cpe000102d0fe75-cm0012256ecbde.cpe.net.cable.rogers.com ([74.119.210.211]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sat, 29 Sep 2007 23:36:40 +0000 Received: from bernt by cpe000102d0fe75-cm0012256ecbde.cpe.net.cable.rogers.com with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sat, 29 Sep 2007 23:36:40 +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 Bastien writes: > David O'Toole writes: > >> - I am having trouble with searching for all the "NEXT" keyword >> items, which is all I really need to complete my setup. I can see >> the list of NEXT actions, but not what project they come from or >> what tags they have. You can try a TAGS search like the following Headlines with TAGS match: /NEXT|PROJECT That seems to work well for me. I recently (2 days ago?) switched back to trying to use GTD and I mark projects with the PROJECT TODO keyword and the result shows all PROJECT and NEXT matches for me with tags. HTH, Bernt