From: Matthew Lundin <mdl@imapmail.org>
To: Paul Mead <paul.d.mead@googlemail.com>
Cc: Matt Lundin <mdl@imapmail.org>, org-mode <emacs-orgmode@gnu.org>
Subject: Re: Best way to implement Keywords feature
Date: Sun, 08 Nov 2009 13:51:16 -0500 [thread overview]
Message-ID: <m2639k7suz.fsf@fastmail.fm> (raw)
In-Reply-To: <87vdhkvq0x.fsf@gmail.com> (Paul Mead's message of "Sun, 08 Nov 2009 18:18:38 +0000")
Paul Mead <paul.d.mead@googlemail.com> writes:
> Matt Lundin <mdl@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 work if I want to use more that
> one keyword.
>
> For example, if I set a property 'Keyword: keyword1 keyword2' and search for
> 'Keyword="example1"' org doesn't find it.
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
| is performed, with '=' meaning that the regexp matches the property
| value, and '<>' meaning that it does not match.
`----
Best,
Matt
next prev parent reply other threads:[~2009-11-08 18:51 UTC|newest]
Thread overview: 19+ messages / expand[flat|nested] mbox.gz Atom feed top
2009-11-05 22:42 Best way to implement Keywords feature Alan E. Davis
2009-11-05 22:58 ` Samuel Wales
2009-11-05 23:25 ` Alan E. Davis
2009-11-05 23:40 ` Samuel Wales
2009-11-06 11:48 ` Alan E. Davis
2009-11-06 13:28 ` Renzo Been :-)
2009-11-06 13:46 ` Giovanni Ridolfi
2009-11-06 9:09 ` Giovanni Ridolfi
2009-11-08 11:24 ` Paul Mead
2009-11-08 12:03 ` Matt Lundin
2009-11-08 18:18 ` Paul Mead
2009-11-08 18:51 ` Matthew Lundin [this message]
2009-11-09 0:00 ` Paul Mead
2009-11-09 12:27 ` Matthew Lundin
2009-11-09 13:05 ` Paul Mead
2009-11-09 14:26 ` Darlan Cavalcante Moreira
2009-11-09 14:52 ` Martin Pohlack
2009-11-10 14:47 ` Martin Pohlack
2009-11-20 18:06 ` Carsten Dominik
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
List information: https://www.orgmode.org/
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=m2639k7suz.fsf@fastmail.fm \
--to=mdl@imapmail.org \
--cc=emacs-orgmode@gnu.org \
--cc=paul.d.mead@googlemail.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
Code repositories for project(s) associated with this public inbox
https://git.savannah.gnu.org/cgit/emacs/org-mode.git
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).