From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nick Dokos Subject: Re: list of todo entries without tags Date: Tue, 24 Mar 2009 15:07:06 -0400 Message-ID: <12928.1237921626@alphaville.usa.hp.com> References: <87tz5iu6q2.fsf@gmail.com> Reply-To: nicholas.dokos@hp.com Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1LmBzP-0006wl-TN for emacs-orgmode@gnu.org; Tue, 24 Mar 2009 15:08:43 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1LmBzK-0006wD-TL for emacs-orgmode@gnu.org; Tue, 24 Mar 2009 15:08:43 -0400 Received: from [199.232.76.173] (port=60890 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LmBzK-0006wA-Oc for emacs-orgmode@gnu.org; Tue, 24 Mar 2009 15:08:38 -0400 Received: from g5t0006.atlanta.hp.com ([15.192.0.43]:48097) by monty-python.gnu.org with esmtps (TLS-1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1LmBzK-0001Ax-C0 for emacs-orgmode@gnu.org; Tue, 24 Mar 2009 15:08:38 -0400 In-Reply-To: Message from Carsten Dominik of "Tue, 24 Mar 2009 19:38:50 BST." 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: Carsten Dominik Cc: emacs-orgmode@gnu.org, Richard KLINDA Carsten Dominik wrote: > C-c a M - { . } RET > > One free download of the next Org-mode version for the first > person to explain why this works... :-) > C-c a agenda command M query TODO entries against a match expression -{.} - negative match {re} curly braces delimiting regular expression . Regular expression meaning "any single character" i.e. select TODO entries that don't match against a tag that contains any character. Do I get the free download ?-) And what do you get for coming up with it in the first place ?-)