From mboxrd@z Thu Jan 1 00:00:00 1970 From: John Wiegley Subject: A puzzle to solve: saved categories vs. tags Date: Sun, 07 Oct 2007 05:14:02 -0400 Message-ID: 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 1IeSDL-0003uZ-7S for emacs-orgmode@gnu.org; Sun, 07 Oct 2007 05:14:19 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1IeSDH-0003rK-2s for emacs-orgmode@gnu.org; Sun, 07 Oct 2007 05:14:18 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1IeSDG-0003rB-Up for emacs-orgmode@gnu.org; Sun, 07 Oct 2007 05:14:14 -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 1IeSDG-0001Al-E2 for emacs-orgmode@gnu.org; Sun, 07 Oct 2007 05:14:14 -0400 Received: from Hermes.local (unknown [72.22.154.84]) by mail.johnwiegley.com (Postfix) with ESMTP id 9AC264224CD for ; Sun, 7 Oct 2007 04:14:12 -0500 (CDT) 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 Ok, I have 147k of archived todos and notes now. Some are tagged, some are not. Most have an ARCHIVE_CATEGORY property (ever since Carsten so kindly implemented it). My desire: To hit C-u C-c \ and have it prompt me for the "entity" its going to search for. The possible entities are TAGS, or a property name. Then it asks for the text string, as usual. The result should make it possible for me to see all entries that came from a specific category or group of categories. john