diff --git a/local/lib/org-x/org-x-dag.el b/local/lib/org-x/org-x-dag.el index fccd69f..1ca609f 100644 --- a/local/lib/org-x/org-x-dag.el +++ b/local/lib/org-x/org-x-dag.el @@ -974,8 +974,7 @@ deadline (eg via epoch time) or if it has a repeater." (lambda (acc) (pcase acc (`(:si-complete ,_) - (->> type-name - (org-x-dag-left "Active sub-iterator must have at least one active child"))) + (org-x-dag-left "Active sub-iterator must have at least one active child")) (`(:si-active ,ts-data) (either :right `(:si-active ,ts-data))) (e (error "Invalid pattern: %s" e))))))