all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* "Interactive" Search in Agenda
@ 2010-08-20 20:58 Markus Heller
  2010-09-03  0:34 ` Bastien
  0 siblings, 1 reply; 5+ messages in thread
From: Markus Heller @ 2010-08-20 20:58 UTC (permalink / raw)
  To: emacs-orgmode

Hello all,

I'd like to implement some sort of "interactive" search in the agenda,
as the subject says.

Consider a.org that contains something like this:

:PROPERTIES:
:Sample: S0001
:Request: R0001
:END:

and a second file that contains

:PROPERTIES:
:Sample: S0001
:Request: R0001
:END:

Both files are agenda files.  What I'd like to be able to do is the
following:

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?

Thanks and Cheers
Markus

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2010-09-07 16:18 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-08-20 20:58 "Interactive" Search in Agenda Markus Heller
2010-09-03  0:34 ` Bastien
2010-09-03 16:49   ` Markus Heller
2010-09-05 17:59     ` Bastien
2010-09-07 16:18       ` Markus Heller

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.