From 735f20b6a644bc23a4105d08d6859801ed978374 Mon Sep 17 00:00:00 2001 From: ndwarshuis Date: Sun, 24 Apr 2022 10:51:49 -0400 Subject: [PATCH] FIX typo --- local/lib/org-x/org-x-dag.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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))))))