From 24dd5e68e0dc85e445b834dc5e967df926e8038c Mon Sep 17 00:00:00 2001 From: ndwarshuis Date: Thu, 21 Apr 2022 23:51:36 -0400 Subject: [PATCH] FIX typo --- local/lib/org-x/org-x-dag.el | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/local/lib/org-x/org-x-dag.el b/local/lib/org-x/org-x-dag.el index e2935b8..e40616c 100644 --- a/local/lib/org-x/org-x-dag.el +++ b/local/lib/org-x/org-x-dag.el @@ -1437,12 +1437,12 @@ used for optimization." (-if-let (q (funcall get-planned id committed-ids)) (to-valid id :quarterly q) (->> (list "Linked to scheduled action that isn't on QTP" id) - (either :left))))) + (either :left)))))) (-if-let (w (->> (funcall get-planned id committed-ids) (--mapcat (org-x-dag-ht-get-maybe ht-q it :planned)))) (to-valid id :weekly w) (->> (list "Linked to unscheduled action that isn't on WKP" id) - (either :left))))))) + (either :left)))))) (is-valid-action (lambda (adjlist id) (-if-let (c (org-x-dag-ht-get-maybe ht-a id :committed))