From mboxrd@z Thu Jan 1 00:00:00 1970 From: Noorul Islam K M Subject: Re: How to match tags when no tag present Date: Thu, 30 Dec 2010 11:24:34 +0530 Message-ID: <87vd2bolet.fsf@noorul.maa.corp.collab.net> References: Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from [140.186.70.92] (port=57498 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PYBVH-00088X-9Q for emacs-orgmode@gnu.org; Thu, 30 Dec 2010 00:56:48 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1PYBVG-0005vg-61 for emacs-orgmode@gnu.org; Thu, 30 Dec 2010 00:56:47 -0500 Received: from mail-gy0-f169.google.com ([209.85.160.169]:42631) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1PYBVG-0005vD-3f for emacs-orgmode@gnu.org; Thu, 30 Dec 2010 00:56:46 -0500 Received: by gyd10 with SMTP id 10so1407331gyd.0 for ; Wed, 29 Dec 2010 21:56:45 -0800 (PST) In-Reply-To: (Jeff Horn's message of "Wed, 29 Dec 2010 23:54:25 -0500") 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: Org-mode ml Jeff Horn writes: > Hey orgsters, > > I'm trying to have agenda show me a list of untagged tasks. Someone in > #orgmode suggested using the regexp brackets {}, but the following tag > matches produces nothing: > > 1) {} > 2) +{} > 3) -{} > > How would I match all TODOs that are untagged? > > Thanks for any pointers. For me this works. I am not sure about you. /+ Thanks and Regards Noorul