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)