Re: [O] Agenda todo filter order

2011-05-10 Thread Bernt Hansen
Thanks! :) Regards, Bernt Carsten Dominik writes: > I have pushed this patch. > > - Carsten > > On 8.5.2011, at 20:17, Bernt Hansen wrote: > >> Hi Carsten, >> >> I think this one works :) \o/ >> >> Thanks! >> >> -Bernt >> >> >> Carsten Dominik writes: >> >>> Hi Bernt, >>> >>> here is

Re: [O] Agenda todo filter order

2011-05-09 Thread Carsten Dominik
I have pushed this patch. - Carsten On 8.5.2011, at 20:17, Bernt Hansen wrote: > Hi Carsten, > > I think this one works :) \o/ > > Thanks! > > -Bernt > > > Carsten Dominik writes: > >> Hi Bernt, >> >> here is another try, I fixed a logical bug in the previous patch... >> Again, this pat

Re: [O] Agenda todo filter order

2011-05-08 Thread Bernt Hansen
Bernt Hansen writes: > Carsten Dominik writes: > >> On 6.5.2011, at 19:40, Bernt Hansen wrote: >> >>> Hi Carsten, >>> >>> Thanks for the patch! This almost does what I want :) >>> >>> This patch works for TODO agendas but not tags match agendas which is >>> what I am trying to use. >>> >>> C

Re: [O] Agenda todo filter order

2011-05-08 Thread Bernt Hansen
Carsten Dominik writes: > On 6.5.2011, at 19:40, Bernt Hansen wrote: > >> Hi Carsten, >> >> Thanks for the patch! This almost does what I want :) >> >> This patch works for TODO agendas but not tags match agendas which is >> what I am trying to use. >> >> C-c a y returns the result I want >>

Re: [O] Agenda todo filter order

2011-05-08 Thread Bernt Hansen
Carsten Dominik writes: > On 6.5.2011, at 19:40, Bernt Hansen wrote: > >> Hi Carsten, >> >> Thanks for the patch! This almost does what I want :) >> >> This patch works for TODO agendas but not tags match agendas which is >> what I am trying to use. >> >> C-c a y returns the result I want >>

Re: [O] Agenda todo filter order

2011-05-07 Thread Carsten Dominik
On 6.5.2011, at 19:40, Bernt Hansen wrote: > Hi Carsten, > > Thanks for the patch! This almost does what I want :) > > This patch works for TODO agendas but not tags match agendas which is > what I am trying to use. > > C-c a y returns the result I want > C-c a x should be identical and is no

Re: [O] Agenda todo filter order

2011-05-06 Thread Bernt Hansen
Hi Carsten, Thanks for the patch! This almost does what I want :) This patch works for TODO agendas but not tags match agendas which is what I am trying to use. C-c a y returns the result I want C-c a x should be identical and is not. ,[ C-c a y ] | Non Project TODO Tasks | test:

Re: [O] Agenda todo filter order

2011-05-05 Thread Carsten Dominik
Hi Bernt, I don't see a compelling reason why these two skipping checks could not be exchanged: --- diff --git a/lisp/org-agenda.el b/lisp/org-agenda.el index 609edd4..a386a18 100644 --- a/lisp/org-agenda.el +++ b/lisp

Re: [O] Agenda todo filter order

2011-04-19 Thread Bernt Hansen
Hi Carsten, I'm trying to tune my shiny new block agenda so it has a section that displays non-project tasks without a scheduled date or deadline date in the future. I have a non-standard skipping function that skips project trees which I'm using in this agenda so what is left should only be no

[O] Agenda todo filter order

2011-04-19 Thread Bernt Hansen
Hi Carsten, I'm trying to tune my shiny new block agenda so it has a section that displays non-project tasks without a scheduled date or deadline date in the future. I have a non-standard skipping function that skips project trees which I'm using in this agenda so what is left should only be non-