From mboxrd@z Thu Jan 1 00:00:00 1970 From: Georg Otto Subject: Re: Filtering properties in agenda view Date: Mon, 2 Nov 2015 09:35:32 +0000 Message-ID: <56372E64.7030109@ucl.ac.uk> References: <86bnbg4cjq.fsf@ucl.ac.uk> <56367E70.4080507@ucl.ac.uk> Mime-Version: 1.0 Content-Type: multipart/alternative; boundary="------------010408000405080800040400" Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:34140) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZtBWk-0000qu-38 for emacs-orgmode@gnu.org; Mon, 02 Nov 2015 04:35:47 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ZtBWg-0008Qn-1G for emacs-orgmode@gnu.org; Mon, 02 Nov 2015 04:35:45 -0500 Received: from mail-am1on0107.outbound.protection.outlook.com ([157.56.112.107]:17862 helo=emea01-am1-obe.outbound.protection.outlook.com) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZtBWf-0008Pk-MJ for emacs-orgmode@gnu.org; Mon, 02 Nov 2015 04:35:41 -0500 In-Reply-To: List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: Brenda Butler Cc: emacs-orgmode@gnu.org, Subhan Michael Tindall --------------010408000405080800040400 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit On 01/11/2015 21:49, Brenda Butler wrote: > > > On Sun, Nov 1, 2015 at 4:04 PM, Georg Otto > wrote: > > Thanks for your answer! Unfortunately, it does not work for me as > described in the manual. > > For example I have an entry with the Property "Test" > > * TODO test > SCHEDULED: <2015-11-01 Sun> > :PROPERTIES: > :CATEGORY: Test > :END: > > > C-c am > > Match: Category=Test > > > Try putting the value in double-quotes: > > Match: Category="Test" > I should have mentioned that I tried quotes and upper case/ lower case, but no avail... My impression given the message > Headlines with TAGS match: Category="Test" > Press `C-u r' to search again with new search string is that for some reason it only searches for tags. G --------------010408000405080800040400 Content-Type: text/html; charset="utf-8" Content-Transfer-Encoding: 7bit
On 01/11/2015 21:49, Brenda Butler wrote:


On Sun, Nov 1, 2015 at 4:04 PM, Georg Otto <g.otto@ucl.ac.uk> wrote:
Thanks for your answer! Unfortunately, it does not work for me as described in the manual.

For example I have an entry with the Property "Test"

* TODO test
SCHEDULED: <2015-11-01 Sun>
:PROPERTIES:
:CATEGORY: Test
:END:


C-c am

Match: Category=Test

Try putting the value in double-quotes:

Match: Category="Test"


I should have mentioned that I tried quotes and upper case/ lower case, but no avail... My impression given the message

Headlines with TAGS match: Category="Test"
Press `C-u r' to search again with new search string
is that for some reason it only searches for tags.


G
--------------010408000405080800040400--