emacs-orgmode
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Orgmode] Re: Not a bug, but ...


From: Bernt Hansen
Subject: [Orgmode] Re: Not a bug, but ...
Date: Sun, 27 Jun 2010 08:21:13 -0400
User-agent: Gnus/5.11 (Gnus v5.11) Emacs/22.2 (gnu/linux)

Jean-Marie Gaillourdet <address@hidden> writes:

> Finally, I've understood the problem. Testprojekt does not appear on
> my stuck projects list, because I've enabled
> org-enforce-todo-dependencies and I use (org-agenda-dim-blocked-tasks
> 'invisible). Testprojekt is just hidden in the stuck projects, as is
> every project with any kind of non-closed sub task. Perhaps
> org-agenda-list-stuck-projects should ignore the value of
> org-agenda-dim-blocked-tasks in general?
>
> Currently, I use the following function to circumvent the hiding of my
> stuck projects.
>
> (defun jmg/stuck-projects ()
>  (interactive)
>  (let ((org-agenda-dim-blocked-tasks nil))
>    (org-agenda-list-stuck-projects)
>    ))
>
> Is it possible to bind it to the standard agenda shortcut C-c a # ? Or
> to achieve the same effect just with special agenda command
> configuration?

Yes it is possible to rebind # in an agenda custom command.  I've done
that since I now use non-standard stuck project definitions.

-Bernt



reply via email to

[Prev in Thread] Current Thread [Next in Thread]