diff --git a/local/lib/org-x/org-x-dag.el b/local/lib/org-x/org-x-dag.el index 88b358e..783a607 100644 --- a/local/lib/org-x/org-x-dag.el +++ b/local/lib/org-x/org-x-dag.el @@ -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))))))