[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Orgmode] Re: "Interactive" Search in Agenda
From: |
Markus Heller |
Subject: |
[Orgmode] Re: "Interactive" Search in Agenda |
Date: |
Fri, 03 Sep 2010 09:49:16 -0700 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/23.2 (windows-nt) |
Bastien <address@hidden> writes:
> Markus Heller <address@hidden> 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