From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bastien Subject: Re: "Interactive" Search in Agenda Date: Fri, 03 Sep 2010 02:34:49 +0200 Message-ID: <87r5hbwtp2.fsf@gnu.org> References: <0veidthuhk.fsf@gmail.com> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from [140.186.70.92] (port=49021 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OrKEz-0007j9-Vd for emacs-orgmode@gnu.org; Thu, 02 Sep 2010 20:34:51 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1OrKEy-0002EE-Om for emacs-orgmode@gnu.org; Thu, 02 Sep 2010 20:34:49 -0400 Received: from mail-wy0-f169.google.com ([74.125.82.169]:35660) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1OrKEy-0002E9-JL for emacs-orgmode@gnu.org; Thu, 02 Sep 2010 20:34:48 -0400 Received: by wyb36 with SMTP id 36so1093873wyb.0 for ; Thu, 02 Sep 2010 17:34:47 -0700 (PDT) In-Reply-To: <0veidthuhk.fsf@gmail.com> (Markus Heller's message of "Fri, 20 Aug 2010 13:58:15 -0700") 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: Markus Heller Cc: emacs-orgmode@gnu.org 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... -- Bastien