From mboxrd@z Thu Jan 1 00:00:00 1970 From: Paul Mead Subject: Re: Best way to implement Keywords feature Date: Mon, 09 Nov 2009 13:05:56 +0000 Message-ID: <87iqdjetl7.fsf@gmail.com> References: <7bef1f890911051442h28d45647h4f128a241d4e0116@mail.gmail.com> <427836.88344.qm@web28316.mail.ukl.yahoo.com> <87tyx5tg2x.fsf@gmail.com> <87vdhkvq0x.fsf@gmail.com> <87hbt4k1o3.fsf@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1N7Twc-000113-6w for emacs-orgmode@gnu.org; Mon, 09 Nov 2009 08:06:06 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1N7TwX-00010N-HD for emacs-orgmode@gnu.org; Mon, 09 Nov 2009 08:06:05 -0500 Received: from [199.232.76.173] (port=35936 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1N7TwX-00010G-Dt for emacs-orgmode@gnu.org; Mon, 09 Nov 2009 08:06:01 -0500 Received: from fg-out-1718.google.com ([72.14.220.158]:22978) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1N7TwW-0006XO-S5 for emacs-orgmode@gnu.org; Mon, 09 Nov 2009 08:06:01 -0500 Received: by fg-out-1718.google.com with SMTP id l26so1333049fgb.12 for ; Mon, 09 Nov 2009 05:05:59 -0800 (PST) In-Reply-To: (Matthew Lundin's message of "Mon, 09 Nov 2009 07:27:19 -0500") List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: Matthew Lundin Cc: Paul Mead , org-mode 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 better way, but thanks for now. I've shortened the 'Keyword' property to 'kw' to reduce typing in the meantime! Thanks Paul