From 5bb0f8d2799cff9c4a1b020da6054ece5297a6dc Mon Sep 17 00:00:00 2001 From: ndwarshuis Date: Sun, 8 May 2022 16:55:06 -0400 Subject: [PATCH] FIX type mismatch --- local/lib/org-x/org-x-dag.el | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/local/lib/org-x/org-x-dag.el b/local/lib/org-x/org-x-dag.el index be54db3..f458094 100644 --- a/local/lib/org-x/org-x-dag.el +++ b/local/lib/org-x/org-x-dag.el @@ -4257,7 +4257,8 @@ FUTURE-LIMIT in a list." (->> (if dead (->> (org-ml-to-trimmed-string dead) (format "deadline: %s")) "no deadline") - (format "Active with %s"))) + (format "Active with %s") + (list))) (`(:quarterly :complete ,comptime) (list (format-comptime "quarterly plan" comptime))) (`(:weekly :active)