[Orgmode] Re: Bug: Definition of stuck projects [6.36trans (release_6.36.293.g2e73c)]

2010-06-27 Thread Jean-Marie Gaillourdet
Hi Matt,

thanks for investigating it. I will spend more time simplifying my 
configuration while still being apple to reproduce it myself.

Regards,
Jean

On 25.06.2010, at 22:19, Matt Lundin wrote:

> Jean-Marie Gaillourdet  writes:
> 
>> I've been trying to make org-stuck-projects work as advertised, but
>> wasn't successfull.
>> 
>> But let's start with what I'd like to achieve. My projects are marked
>> with a todo keyword PROJECT. I would like to consider every project
>> which has neither a task with keyword TODO nor a task with keyword
>> STARTED as stuck. Especially, this means a project may contain tasks
>> with active todo keywords, e.g. DELEGATED or WAITING, but it is still
>> considered stuck.
>> 
>> After reading the manual and the doc-string of org-stuck-projects. I
>> think the following value should achieve this.
>> 
>> (setq org-stuck-projects '("/PROJECT" ("TODO" "STARTED") nil ""))
>> 
>> But every sub task of the project with an active todo keywords make a
>> project unstuck. I have the impression the list ("TODO" "STARTED") is
>> completely ignored. The following project should appear on the list of
>> stuck projects, but it does not.
>> 
>> * PROJECT Testprojekt   :inproject:
>> *** DELEGATED a delegated subtask
>> 
> 
> I cannot replicate this. Using the setting above, I called
> org-agenda-list-stuck-projects on the following file:
> 
> --8<---cut here---start->8---
> #+TODO: TODO PROJECT DELEGATED WAITING | DONE
> 
> * PROJECT Testprojekt   
> :inproject:
> ** DELEGATED a delegated subtask
> * PROJECT Another test
> ** TODO A todo
> --8<---cut here---end--->8---
> 
> The agenda yielded the correct results:
> 
> --8<---cut here---start->8---
> List of stuck projects: 
>  test:   PROJECT Testprojekt
> :inproject:
> --8<---cut here---end--->8---
> 
> Best,
> Matt



___
Emacs-orgmode mailing list
Please use `Reply All' to send replies to the list.
Emacs-orgmode@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-orgmode


[Orgmode] Re: Bug: Definition of stuck projects [6.36trans (release_6.36.293.g2e73c)]

2010-06-25 Thread Matt Lundin
Jean-Marie Gaillourdet  writes:

> I've been trying to make org-stuck-projects work as advertised, but
> wasn't successfull.
>
> But let's start with what I'd like to achieve. My projects are marked
> with a todo keyword PROJECT. I would like to consider every project
> which has neither a task with keyword TODO nor a task with keyword
> STARTED as stuck. Especially, this means a project may contain tasks
> with active todo keywords, e.g. DELEGATED or WAITING, but it is still
> considered stuck.
>
> After reading the manual and the doc-string of org-stuck-projects. I
> think the following value should achieve this.
>
> (setq org-stuck-projects '("/PROJECT" ("TODO" "STARTED") nil ""))
>
> But every sub task of the project with an active todo keywords make a
> project unstuck. I have the impression the list ("TODO" "STARTED") is
> completely ignored. The following project should appear on the list of
> stuck projects, but it does not.
>
> * PROJECT Testprojekt   :inproject:
> *** DELEGATED a delegated subtask
>

I cannot replicate this. Using the setting above, I called
org-agenda-list-stuck-projects on the following file:

--8<---cut here---start->8---
#+TODO: TODO PROJECT DELEGATED WAITING | DONE

* PROJECT Testprojekt :inproject:
** DELEGATED a delegated subtask
* PROJECT Another test
** TODO A todo  
--8<---cut here---end--->8---

The agenda yielded the correct results:

--8<---cut here---start->8---
List of stuck projects: 
  test:   PROJECT Testprojekt:inproject:
--8<---cut here---end--->8---

Best,
Matt

___
Emacs-orgmode mailing list
Please use `Reply All' to send replies to the list.
Emacs-orgmode@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-orgmode