From mboxrd@z Thu Jan 1 00:00:00 1970 From: John Wiegley Subject: Re: A puzzle to solve: saved categories vs. tags Date: Sun, 07 Oct 2007 16:27:11 -0400 Message-ID: References: <87zlyv3yaz.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 1Iecig-0003ma-2Y for emacs-orgmode@gnu.org; Sun, 07 Oct 2007 16:27:22 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Iecid-0003m7-Mv for emacs-orgmode@gnu.org; Sun, 07 Oct 2007 16:27:20 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Iecid-0003m4-Ib for emacs-orgmode@gnu.org; Sun, 07 Oct 2007 16:27:19 -0400 Received: from johnwiegley.com ([208.70.150.153] helo=mail.johnwiegley.com) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1Iecic-0001vI-UC for emacs-orgmode@gnu.org; Sun, 07 Oct 2007 16:27:19 -0400 Received: from Hermes.local (unknown [72.22.154.84]) by mail.johnwiegley.com (Postfix) with ESMTP id F35234224CD for ; Sun, 7 Oct 2007 15:27:17 -0500 (CDT) In-Reply-To: <87zlyv3yaz.fsf@bzg.ath.cx> (Bastien's message of "Sun\, 07 Oct 2007 13\:27\:00 +0100") 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: > 1. Search for a regexp > 2. Search for a complex query > 3. Prompt interactively for a complex query > 4. Show all tagged entries > 5. Prompt for a specific tag > 6. Prompt for a specific tag (restricting to TODO entries) > 7. Show all TODO entries > 8. Prompt for a specific TODO > 9. Prompt for a specific TODO (restricting to tagged entries) I didn't see "Prompt for a specific property and value" in your list. Is this already possible using a complex query? John