From mboxrd@z Thu Jan 1 00:00:00 1970 From: Markus Heller Subject: Re: "Interactive" Search in Agenda Date: Fri, 03 Sep 2010 09:49:16 -0700 Message-ID: <0veidavkkz.fsf@gmail.com> References: <0veidthuhk.fsf@gmail.com> <87r5hbwtp2.fsf@gnu.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from [140.186.70.92] (port=52212 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OrZSG-00007L-CC for emacs-orgmode@gnu.org; Fri, 03 Sep 2010 12:49:33 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1OrZSF-0001t1-4L for emacs-orgmode@gnu.org; Fri, 03 Sep 2010 12:49:32 -0400 Received: from lo.gmane.org ([80.91.229.12]:56161) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1OrZSE-0001sd-Tf for emacs-orgmode@gnu.org; Fri, 03 Sep 2010 12:49:31 -0400 Received: from list by lo.gmane.org with local (Exim 4.69) (envelope-from ) id 1OrZS8-0000hx-Le for emacs-orgmode@gnu.org; Fri, 03 Sep 2010 18:49:24 +0200 Received: from mail.cdrd.ca ([142.103.191.98]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Fri, 03 Sep 2010 18:49:24 +0200 Received: from hellerm2 by mail.cdrd.ca with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Fri, 03 Sep 2010 18:49:24 +0200 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: > Markus Heller writes: > >> 1. Hit C-c a >> 2. In the dispatcher, hit `X' >> 3. I get prompted which Property I want to search for, and I enter `Sample' >> 4. I get prompted which value I want that property to have, and I enter >> `S0002' >> 5. I get a list of all hits >> >> Now, I know that I can achieve this by using >> >> 1. Hit C-c a >> 2. Hit `m' >> 3. Enter `+Sample="S0002"' >> >> but that's too much typing for my taste. >> >> Is there a way to achieve what I want? > > One small but (maybe) useful improvement here would be to make `C-c a m' > allow completion over properties. That would spare you a few keystrokes > already... Yes, that would be nice. What would it look like then? Like this: 1. Hit C-c a 2. Hit `m' 3. Type +S and then hit TAB which expands to +Sample 4. Continue with ="S0002" Is this what you're thinking about? Cheers Markus