[Orgmode] Re: Best way to implement Keywords feature

2009-11-09 Thread Paul Mead
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

Re: [Orgmode] Re: Best way to implement Keywords feature

2009-11-09 Thread Darlan Cavalcante Moreira
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

[Orgmode] Re: Best way to implement Keywords feature

2009-11-09 Thread Matthew Lundin
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

[Orgmode] Re: Best way to implement Keywords feature

2009-11-09 Thread Paul Mead
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 > |

[Orgmode] Re: Best way to implement Keywords feature

2009-11-09 Thread Paul Mead
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

[Orgmode] Re: Best way to implement Keywords feature

2009-11-08 Thread Matthew Lundin
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"'.

[Orgmode] Re: Best way to implement Keywords feature

2009-11-08 Thread Matt Lundin
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

[Orgmode] Re: Best way to implement Keywords feature

2009-11-08 Thread Paul Mead
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