ADD test for project effort
This commit is contained in:
parent
5ce792fc42
commit
6fea9ebb17
|
@ -739,6 +739,8 @@ used for optimization."
|
||||||
(new-proj :proj-held))
|
(new-proj :proj-held))
|
||||||
((and child-bss sched)
|
((and child-bss sched)
|
||||||
(either :left "Projects cannot be scheduled"))
|
(either :left "Projects cannot be scheduled"))
|
||||||
|
((and child-bss (plist-get node-data :effort))
|
||||||
|
(either :left "Projects cannot have effort"))
|
||||||
((equal it-todo org-x-kw-todo)
|
((equal it-todo org-x-kw-todo)
|
||||||
(org-x-dag-bs-action-rankfold-children child-bss task-default
|
(org-x-dag-bs-action-rankfold-children child-bss task-default
|
||||||
(lambda (acc next)
|
(lambda (acc next)
|
||||||
|
|
Loading…
Reference in New Issue