This commit is contained in:
Nathan Dwarshuis 2022-04-24 10:51:49 -04:00
parent f6426c6dfe
commit 735f20b6a6
1 changed files with 1 additions and 1 deletions

View File

@ -1444,7 +1444,7 @@ used for optimization."
(either :left))
(if (org-x-dag-ht-get-maybe ht-a id :survivalp)
(to-valid id :survival committed-ids)
(-if-let (q (funcall get-planned id committed-ids))
(-if-let (q (funcall get-planned committed-ids))
(to-valid id :quarterly q)
(->> (list "Linked to scheduled action that isn't on QTP" id)
(either :left))))))