ADD test for project effort

This commit is contained in:
Nathan Dwarshuis 2022-05-03 19:21:00 -04:00
parent 5ce792fc42
commit 6fea9ebb17
1 changed files with 2 additions and 0 deletions

View File

@ -739,6 +739,8 @@ used for optimization."
(new-proj :proj-held))
((and child-bss sched)
(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)
(org-x-dag-bs-action-rankfold-children child-bss task-default
(lambda (acc next)