* removing blocked tasks from custom agenda view
@ 2010-03-28 12:43 Alexandre Russel
2010-03-28 19:20 ` Alexandre Russel
2010-03-29 11:28 ` Carsten Dominik
0 siblings, 2 replies; 5+ messages in thread
From: Alexandre Russel @ 2010-03-28 12:43 UTC (permalink / raw)
To: emacs-orgmode
Hi all,
when I C-c a t, I don't see the blocked task because I set:
(setq org-agenda-dim-blocked-tasks 'invisible)
I created a custom agenda view with:
(tags-todo "CALLS\|PC")
but it shows all the todo, even the blocked task. How can I make
tags-todo respect the org-agenda-dim-blocked-tasks settings ?
alex
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: removing blocked tasks from custom agenda view
2010-03-28 12:43 removing blocked tasks from custom agenda view Alexandre Russel
@ 2010-03-28 19:20 ` Alexandre Russel
2010-03-29 12:29 ` Carsten Dominik
2010-03-29 11:28 ` Carsten Dominik
1 sibling, 1 reply; 5+ messages in thread
From: Alexandre Russel @ 2010-03-28 19:20 UTC (permalink / raw)
To: emacs-orgmode
> I created a custom agenda view with:
> (tags-todo "CALLS\|PC")
> but it shows all the todo, even the blocked task. How can I make
> tags-todo respect the org-agenda-dim-blocked-tasks settings ?
I believe this is because the agenda view of tags-todo doesn't have
the 'todo-state property so org-blocker-hook are never called.
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: removing blocked tasks from custom agenda view
2010-03-28 12:43 removing blocked tasks from custom agenda view Alexandre Russel
2010-03-28 19:20 ` Alexandre Russel
@ 2010-03-29 11:28 ` Carsten Dominik
1 sibling, 0 replies; 5+ messages in thread
From: Carsten Dominik @ 2010-03-29 11:28 UTC (permalink / raw)
To: Alexandre Russel; +Cc: emacs-orgmode
On Mar 28, 2010, at 2:43 PM, Alexandre Russel wrote:
> Hi all,
>
> when I C-c a t, I don't see the blocked task because I set:
> (setq org-agenda-dim-blocked-tasks 'invisible)
>
> I created a custom agenda view with:
> (tags-todo "CALLS\|PC")
> but it shows all the todo, even the blocked task. How can I make
> tags-todo respect the org-agenda-dim-blocked-tasks settings ?
I cannot reproduce this, for me also in this view blocked tasks are
dimmed.
- Carsten
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: Re: removing blocked tasks from custom agenda view
2010-03-28 19:20 ` Alexandre Russel
@ 2010-03-29 12:29 ` Carsten Dominik
2010-03-30 5:53 ` Alexandre Russel
0 siblings, 1 reply; 5+ messages in thread
From: Carsten Dominik @ 2010-03-29 12:29 UTC (permalink / raw)
To: Alexandre Russel; +Cc: emacs-orgmode
On Mar 28, 2010, at 9:20 PM, Alexandre Russel wrote:
>> I created a custom agenda view with:
>> (tags-todo "CALLS\|PC")
>> but it shows all the todo, even the blocked task. How can I make
>> tags-todo respect the org-agenda-dim-blocked-tasks settings ?
>
> I believe this is because the agenda view of tags-todo doesn't have
> the 'todo-state property so org-blocker-hook are never called.
tags-todo views have this property.
- Carsten
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: Re: removing blocked tasks from custom agenda view
2010-03-29 12:29 ` Carsten Dominik
@ 2010-03-30 5:53 ` Alexandre Russel
0 siblings, 0 replies; 5+ messages in thread
From: Alexandre Russel @ 2010-03-30 5:53 UTC (permalink / raw)
To: emacs-orgmode
>>> I created a custom agenda view with:
>>> (tags-todo "CALLS\|PC")
>>> but it shows all the todo, even the blocked task. How can I make
>>> tags-todo respect the org-agenda-dim-blocked-tasks settings ?
>>
>> I believe this is because the agenda view of tags-todo doesn't have
>> the 'todo-state property so org-blocker-hook are never called.
>
> tags-todo views have this property.
thanks, you are right (I had to upgrade from 6.21b to 6.34c)
^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2010-03-30 5:54 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-03-28 12:43 removing blocked tasks from custom agenda view Alexandre Russel
2010-03-28 19:20 ` Alexandre Russel
2010-03-29 12:29 ` Carsten Dominik
2010-03-30 5:53 ` Alexandre Russel
2010-03-29 11:28 ` Carsten Dominik
Code repositories for project(s) associated with this external index
https://git.savannah.gnu.org/cgit/emacs.git
https://git.savannah.gnu.org/cgit/emacs/org-mode.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.