Re: [O] org-agenda-ignore-scheduled not taken into account in custom agenda blocks?

2012-11-24 Thread Bernt Hansen
Alan Schmitt writes: > I decided to dig into this, and it's not a bug. One should set: > > (setq org-agenda-tags-todo-honor-ignore-options t) > > The trick was that these blocks were tag searches. Ah yes I'd forgotten about this variable - it's been set for ages in my configuration. tags-todo a

Re: [O] org-agenda-ignore-scheduled not taken into account in custom agenda blocks?

2012-11-24 Thread Bernt Hansen
Alan Schmitt writes: > Hello, > > I'm implementing some of the ideas of the great norang page > (http://doc.norang.ca/org-mode.html), but there is one thing that is > failing me. I can see that "org-agenda-ignore-scheduled" work for the > global todo list, but it does not seem to be working when

Re: [O] org-agenda-ignore-scheduled not taken into account in custom agenda blocks?

2012-11-20 Thread Alan Schmitt
Samuel Wales writes: >> Or I just misunderstood everything and got it to work by mistake ;-) > > That is my guess. :) > > tags-todo is not a general tag search. > > The manual shows the different search types. If I'm reading org-agenda.el correctly, tags-todo is a tags search restricted to todo

Re: [O] org-agenda-ignore-scheduled not taken into account in custom agenda blocks?

2012-11-20 Thread Alan Schmitt
Samuel Wales writes: > Partly to avoid trouble like this, I use the general search instead of > the specialized ones. What are those general searches? > On 11/20/12, Alan Schmitt wrote: >> I decided to dig into this, and it's not a bug. One should set: >> >> (setq org-agenda-tags-todo-honor-ig

Re: [O] org-agenda-ignore-scheduled not taken into account in custom agenda blocks?

2012-11-20 Thread Samuel Wales
Partly to avoid trouble like this, I use the general search instead of the specialized ones. On 11/20/12, Alan Schmitt wrote: > I decided to dig into this, and it's not a bug. One should set: > > (setq org-agenda-tags-todo-honor-ignore-options t) > > The trick was that these blocks were tag searc

Re: [O] org-agenda-ignore-scheduled not taken into account in custom agenda blocks?

2012-11-20 Thread Alan Schmitt
Eric Abrahamsen writes: > Alan Schmitt writes: > >> Hello, >> >> I'm implementing some of the ideas of the great norang page >> (http://doc.norang.ca/org-mode.html), but there is one thing that is >> failing me. I can see that "org-agenda-ignore-scheduled" work for the >> global todo list, but i

Re: [O] org-agenda-ignore-scheduled not taken into account in custom agenda blocks?

2012-11-15 Thread Eric Abrahamsen
Alan Schmitt writes: > Hello, > > I'm implementing some of the ideas of the great norang page > (http://doc.norang.ca/org-mode.html), but there is one thing that is > failing me. I can see that "org-agenda-ignore-scheduled" work for the > global todo list, but it does not seem to be working when

[O] org-agenda-ignore-scheduled not taken into account in custom agenda blocks?

2012-11-15 Thread Alan Schmitt
Hello, I'm implementing some of the ideas of the great norang page (http://doc.norang.ca/org-mode.html), but there is one thing that is failing me. I can see that "org-agenda-ignore-scheduled" work for the global todo list, but it does not seem to be working when using a custom block. For instance