From 5df1cdfa77b804c9901655311d751a3f68973c63 Mon Sep 17 00:00:00 2001 From: ndwarshuis Date: Wed, 1 Jun 2022 22:54:01 -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 0d13d8f..e478222 100644 --- a/local/lib/org-x/org-x-dag.el +++ b/local/lib/org-x/org-x-dag.el @@ -830,7 +830,7 @@ deadline (eg via epoch time) or if it has a repeater." `(:sp-proj :proj-wait) `(:sp-proj :proj-held) `(:sp-proj :proj-stuck) - `(:sp-iter :iter-active) + `(:sp-iter :iter-active ,_) `(:sp-iter :iter-empty)) (:sp-task :task-active ,d)) (is-next d))