From 84b06e1a420c1d1f1d9da090fa406b9ebdabf429 Mon Sep 17 00:00:00 2001 From: ndwarshuis Date: Mon, 30 May 2022 15:47:56 -0400 Subject: [PATCH] FIX typo --- local/lib/org-x/org-x-dag.el | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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))))))