From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nick Dokos Subject: Re: How to match tags when no tag present Date: Thu, 30 Dec 2010 21:53:22 -0500 Message-ID: <27581.1293764002@gamaville.dokosmarshall.org> References: <4A3B77FA-56AE-47C0-8DEF-D76D723723CC@gmail.com> Reply-To: nicholas.dokos@hp.com Return-path: Received: from [140.186.70.92] (port=48759 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PYV7Z-0008FN-9z for emacs-orgmode@gnu.org; Thu, 30 Dec 2010 21:53:38 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1PYV7Y-0000G5-By for emacs-orgmode@gnu.org; Thu, 30 Dec 2010 21:53:37 -0500 Received: from vms173009pub.verizon.net ([206.46.173.9]:51392) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1PYV7Y-0000G0-8a for emacs-orgmode@gnu.org; Thu, 30 Dec 2010 21:53:36 -0500 Received: from gamaville.dokosmarshall.org ([unknown] [173.76.32.106]) by vms173009.mailsrvcs.net (Sun Java(tm) System Messaging Server 7u2-7.02 32bit (built Apr 16 2009)) with ESMTPA id <0LE900AAVUOYKN80@vms173009.mailsrvcs.net> for emacs-orgmode@gnu.org; Thu, 30 Dec 2010 20:53:23 -0600 (CST) In-reply-to: Message from Jeff Horn of "Thu, 30 Dec 2010 20:05:15 EST." 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: Jeff Horn Cc: nicholas.dokos@hp.com, Org-mode ml , Carsten Dominik Jeff Horn wrote: > Copy to list. > > On Thu, Dec 30, 2010 at 7:57 PM, Jeffrey Horn wrote: > > Carsten Dominik writes: > > > >>> How would I match all TODOs that are untagged? > >> > >> For example with > >> > >> -{.}/! > > > > That indeed does the trick. Thanks, Carsten. A few questions, if you > > have a moment: > > > > 1) What does "/!" do above? > > 2) Can we insert anything (property matches, TODO keyword matches, > > c.f. [[info:org:Matching%20tags%20and%20properties][info:org:Matching > > tags and properties]]) into the agenda custom command tag search? > > The section of the manual that you quote in your item 2) contains the answer to 1): read the last paragraph and the examples - carefully! As for 2), I think that the answer is "yes". Nick