From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bernt Hansen Subject: Re: Not a bug, but ... Date: Sun, 27 Jun 2010 08:21:13 -0400 Message-ID: <87y6e0d5ty.fsf@gollum.intra.norang.ca> References: <877hlmkgpq.fsf@fastmail.fm> <7B46216F-526B-448A-9518-31F0034C496B@gaillourdet.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from [140.186.70.92] (port=49195 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OSqrY-0000Zb-6p for emacs-orgmode@gnu.org; Sun, 27 Jun 2010 08:21:29 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1OSqrW-0005bg-OG for emacs-orgmode@gnu.org; Sun, 27 Jun 2010 08:21:28 -0400 Received: from mho-01-ewr.mailhop.org ([204.13.248.71]:63894) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1OSqrW-0005b7-Md for emacs-orgmode@gnu.org; Sun, 27 Jun 2010 08:21:26 -0400 In-Reply-To: <7B46216F-526B-448A-9518-31F0034C496B@gaillourdet.net> (Jean-Marie Gaillourdet's message of "Sun\, 27 Jun 2010 11\:41\:01 +0200") List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: Jean-Marie Gaillourdet Cc: emacs-orgmode@gnu.org Jean-Marie Gaillourdet 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