From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bastien Subject: Re: A puzzle to solve: saved categories vs. tags Date: Mon, 08 Oct 2007 10:43:57 +0100 Message-ID: <87k5pyq6ua.fsf@bzg.ath.cx> 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 1IeoDc-0000ml-F6 for emacs-orgmode@gnu.org; Mon, 08 Oct 2007 04:44:04 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1IeoDZ-0000mW-Fi for emacs-orgmode@gnu.org; Mon, 08 Oct 2007 04:44:03 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1IeoDZ-0000mT-7Y for emacs-orgmode@gnu.org; Mon, 08 Oct 2007 04:44:01 -0400 Received: from nf-out-0910.google.com ([64.233.182.186]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1IeoDY-0002vg-UZ for emacs-orgmode@gnu.org; Mon, 08 Oct 2007 04:44:01 -0400 Received: by nf-out-0910.google.com with SMTP id f5so924941nfh for ; Mon, 08 Oct 2007 01:43:59 -0700 (PDT) In-Reply-To: (John Wiegley's message of "Sun, 07 Oct 2007 16:27:11 -0400") 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 John Wiegley writes: > 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. This would be the interactive (maybe prefix) version of "search for a complex query". > Is this already possible using a complex query? Re-quoting myself: ,---- | As you probable know, you can already perform complex searches like: | | C-c \ +Urgent-@Work+CATEGORY="code"/NEXT | | This will search for headlines with the tag "Urgent", without the tag | "@Work", with category "code" and which TODO keyword is "NEXT". Yes, | that's quite complex and I guess we sometime prefer not to care about | the syntax of the query, but rather be prompted for it. `---- Then to search for a specific pair of property-value: C-c \ PROPERTY="value" As for now "value" should be the exact string, not a regexp. -- Bastien