Matthew Lundin writes:
>
> Perhaps some regexp expert will come along and show us the way, but, for
> now, you could search for entries that contain both keywords by entering
> the following tags/properties search:
>
> Keyword={example1}+Keyword={example2}
>
> Best,
> Matt
>
Hopefully there's a b
At Mon, 09 Nov 2009 07:27:19 -0500,
Matthew Lundin wrote:
>
> Paul Mead writes:
>
> > Matthew Lundin writes:
> >
> >>
> >> It will if you use brackets to perform a regexp match. E.g.,
> >>
> >> Keyword={example1}
> >>
> >> (...assuming the property is "Keyword: example1 example2".)
> >>
> >> F
Paul Mead writes:
> Matthew Lundin writes:
>
>>
>> It will if you use brackets to perform a regexp match. E.g.,
>>
>> Keyword={example1}
>>
>> (...assuming the property is "Keyword: example1 example2".)
>>
>> From the manual page above:
>>
>> ,
>> | * If the comparison value is enclosed in
Matthew Lundin writes:
>
> It will if you use brackets to perform a regexp match. E.g.,
>
> Keyword={example1}
>
> (...assuming the property is "Keyword: example1 example2".)
>
> From the manual page above:
>
> ,
> | * If the comparison value is enclosed in curly braces, a regexp match
> |
Matt Lundin writes:
>
> http://orgmode.org/manual/Matching-tags-and-properties.html
>
> - Matt
>
Thanks Matt, although that allows me to search for a single property (if
I use 'Keyword' as an example, this will return a match if I search for
'Keyword="example"'. It doesn't, however work if I want
Paul Mead writes:
> Matt Lundin writes:
>
>>
>> http://orgmode.org/manual/Matching-tags-and-properties.html
>>
>> - Matt
>>
> Thanks Matt, although that allows me to search for a single property (if
> I use 'Keyword' as an example, this will return a match if I search for
> 'Keyword="example"'.
Paul Mead writes:
> Giovanni Ridolfi writes:
>
>>
>> What about properties?
>>
>> * computer
>> * apple
>> :PROPERTIES:
>> :Keyword: Power PC
>> :END:
>> * garden
>> * apple
>> :PROPERTIES:
>> :Keyword: Golden Delicious
>> :END:
>>
>>
>> However you can already search for keywords in A
Giovanni Ridolfi writes:
>
> What about properties?
>
> * computer
> * apple
> :PROPERTIES:
> :Keyword: Power PC
> :END:
> * garden
> * apple
> :PROPERTIES:
> :Keyword: Golden Delicious
> :END:
>
>
> However you can already search for keywords in Agenda,
> please, refer the section of t