From 225ad0efbc99e09c05d54fa28b5aa4fb2bcdb85e Mon Sep 17 00:00:00 2001 From: ndwarshuis Date: Sun, 22 May 2022 17:58:52 -0400 Subject: [PATCH] REF remove dead code --- local/lib/org-x/org-x-dag.el | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/local/lib/org-x/org-x-dag.el b/local/lib/org-x/org-x-dag.el index 79c1875..f87e68a 100644 --- a/local/lib/org-x/org-x-dag.el +++ b/local/lib/org-x/org-x-dag.el @@ -1665,9 +1665,7 @@ denoted by CUR-KEY with any errors that are found." ;; TODO what about repeaters? (-when-let (sched (org-x-dag-adjlist-id-planning-datetime adjlist :scheduled id)) - (when (and ;;(org-x-dag-date<= week-start sched) - ;;(org-x-dag-date<= sched week-end) - (not (org-x-dag-adjlist-id-done-p adjlist id)) + (when (and (not (org-x-dag-adjlist-id-done-p adjlist id)) committed-ids) (->> q-committed (--filter (-intersection committed-ids (cdr it)))