From 24770cb0ab7f0e76a02b55cfc7331550f21f5f64 Mon Sep 17 00:00:00 2001 From: ndwarshuis Date: Wed, 20 Apr 2022 20:41:37 -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 a5bcfc0..0c2586e 100644 --- a/local/lib/org-x/org-x-dag.el +++ b/local/lib/org-x/org-x-dag.el @@ -3801,7 +3801,7 @@ FUTURE-LIMIT in a list." (`(:endpoint :complete ,comptime) (format-comptime "EPG" comptime)) (`(,(or :survival :lifetime) :active) - (list "Active")) + "Active") (`(:quarterly :active ,dead) (->> (if dead (->> (org-ml-to-trimmed-string dead) (format "deadline: %s"))