Re: [O] Filtering properties in agenda view

2015-11-02 Thread Nick Dokos
Georg Otto  writes:

> 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.
>
> 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.
>

See

 (info "(org) Matching tags and properties")

for the syntax.

-- 
Nick




Re: [O] Filtering properties in agenda view

2015-11-02 Thread Brenda Butler
On Mon, Nov 2, 2015 at 4:35 AM, Georg Otto  wrote:

> 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...
>

I tried a few times with different case in the keyword and in the value -
it seems both are case-sensitive and must match the item in the entries
exactly.  And the double-quotes around the value are required.

Now that I look back at your example, I see the search term should be

CATEGORY="Test"


> 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.
>

But, on the prompt before you get to this one, it says:

m match a TAGS/PROP/TODO query

bjb


Re: [O] Filtering properties in agenda view

2015-11-02 Thread Georg Otto
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


Re: [O] Filtering properties in agenda view

2015-11-01 Thread Georg Otto
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

I get a buffer that is empty except for the lines:

Headlines with TAGS match: Category=Test
Press `C-u r' to search again with new search string

Any idea?

Georg


On 30/10/2015 17:25, Subhan Michael Tindall wrote:
> Read a little further down.  It's all in the syntax, you have to
> specify a property name and value.
> From the org manual:
> C-c a m 
> Match: BIB_AUTHOR="Walter Evensong"
>
> On Fri, Oct 30, 2015 at 8:13 AM Georg Otto  > wrote:
>
> Dear all,
>
> I am trying to filter my entries in agenda view by properties
>
> According to the orgmode manual, this can be done with C-c a m
>
> However for me, C-c a m filters only on tags, not on properties. Also
> the commands C-c / m and C-c \ give me an error, saying they are
> undefined.
>
> Has anybody an idea what is going on? How can I filter properties in
> agenda view. and vice versa, how can I exclude a property from agenda
> view?
>
> I am running emacs 24.3.1 and orgmode 7.9.3f
>
> Cheers,
>
> Georg
>
>



Re: [O] Filtering properties in agenda view

2015-11-01 Thread Brenda Butler
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"

bjb


On 30/10/2015 17:25, Subhan Michael Tindall wrote:

> Read a little further down.  It's all in the syntax, you have to specify a
> property name and value.
> From the org manual:
>
> C-c a m
> Match: BIB_AUTHOR="Walter Evensong"
>
>
> On Fri, Oct 30, 2015 at 8:13 AM Georg Otto < 
> g.o...@ucl.ac.uk> wrote:
>
>> Dear all,
>>
>> I am trying to filter my entries in agenda view by properties
>>
>> According to the orgmode manual, this can be done with C-c a m
>>
>> However for me, C-c a m filters only on tags, not on properties. Also
>> the commands C-c / m and C-c \ give me an error, saying they are
>> undefined.
>>
>> Has anybody an idea what is going on? How can I filter properties in
>> agenda view. and vice versa, how can I exclude a property from agenda
>> view?
>>
>> I am running emacs 24.3.1 and orgmode 7.9.3f
>>
>> Cheers,
>>
>> Georg
>>
>>
>>
>


[O] Filtering properties in agenda view

2015-10-30 Thread Georg Otto
Dear all,

I am trying to filter my entries in agenda view by properties

According to the orgmode manual, this can be done with C-c a m

However for me, C-c a m filters only on tags, not on properties. Also
the commands C-c / m and C-c \ give me an error, saying they are
undefined.

Has anybody an idea what is going on? How can I filter properties in
agenda view. and vice versa, how can I exclude a property from agenda
view?

I am running emacs 24.3.1 and orgmode 7.9.3f 

Cheers,

Georg




Re: [O] Filtering properties in agenda view

2015-10-30 Thread Subhan Michael Tindall
Read a little further down.  It's all in the syntax, you have to specify a
property name and value.
>From the org manual:

C-c a m
Match: BIB_AUTHOR="Walter Evensong"


On Fri, Oct 30, 2015 at 8:13 AM Georg Otto  wrote:

> Dear all,
>
> I am trying to filter my entries in agenda view by properties
>
> According to the orgmode manual, this can be done with C-c a m
>
> However for me, C-c a m filters only on tags, not on properties. Also
> the commands C-c / m and C-c \ give me an error, saying they are
> undefined.
>
> Has anybody an idea what is going on? How can I filter properties in
> agenda view. and vice versa, how can I exclude a property from agenda
> view?
>
> I am running emacs 24.3.1 and orgmode 7.9.3f
>
> Cheers,
>
> Georg
>
>
>


Re: [O] Filtering properties in agenda view

2015-10-30 Thread Eric S Fraga
On Friday, 30 Oct 2015 at 15:10, Georg Otto wrote:
> Dear all,
>
> I am trying to filter my entries in agenda view by properties
>
> According to the orgmode manual, this can be done with C-c a m
>
> However for me, C-c a m filters only on tags, not on properties. Also
> the commands C-c / m and C-c \ give me an error, saying they are
> undefined.

I cannot answer the first part (about properties) but the C-c / commands
are not agenda commands; they are commands available within an org
buffer directly.

-- 
: Eric S Fraga (0xFFFCF67D), Emacs 25.0.50.2, Org release_8.3.2-209-gba4d33