[Orgmode] Re: Best way to implement Keywords feature

2009-11-09 Thread Paul Mead
Matt Lundin m...@imapmail.org 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

[Orgmode] Re: Best way to implement Keywords feature

2009-11-09 Thread Paul Mead
Matthew Lundin m...@imapmail.org 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 Matthew Lundin
Paul Mead paul.d.m...@googlemail.com writes: Matthew Lundin m...@imapmail.org 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

[Orgmode] Re: Best way to implement Keywords feature

2009-11-09 Thread Paul Mead
Matthew Lundin m...@imapmail.org 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

[Orgmode] Re: Best way to implement Keywords feature

2009-11-08 Thread Paul Mead
Giovanni Ridolfi giovanni.rido...@yahoo.it 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

[Orgmode] Re: Best way to implement Keywords feature

2009-11-08 Thread Matt Lundin
Paul Mead paul.d.m...@googlemail.com writes: Giovanni Ridolfi giovanni.rido...@yahoo.it writes: What about properties? * computer * apple :PROPERTIES: :Keyword: Power PC :END: * garden * apple :PROPERTIES: :Keyword: Golden Delicious :END: However you can already search

[Orgmode] Re: Best way to implement Keywords feature

2009-11-08 Thread Matthew Lundin
Paul Mead paul.d.m...@googlemail.com writes: Matt Lundin m...@imapmail.org 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