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 <g.o...@ucl.ac.uk
> <mailto:g.o...@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


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 <g.o...@ucl.ac.uk
> <mailto: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




[O] TODO list with future scheduled events excluded

2015-10-29 Thread Georg Otto
Dear all,

with the TODO list view (org-todo-list) I get all my TODO entries,
including the ones that are scheduled far in the future. This clutters
up this view quite a bit, and I would prefer to have a TODO list with
entries scheduled to future days excluded.

Maybe miss something obvious, but so far I did not find any
solution. Does anybody have an idea?

I am running emacs 24.3.1 and orgmode 7.9.3f 

Cheers,

Georg