FIX type mismatch

This commit is contained in:
Nathan Dwarshuis 2022-05-08 16:55:06 -04:00
parent 0469fa492b
commit 5bb0f8d279
1 changed files with 2 additions and 1 deletions

View File

@ -4257,7 +4257,8 @@ FUTURE-LIMIT in a list."
(->> (if dead (->> (org-ml-to-trimmed-string dead) (->> (if dead (->> (org-ml-to-trimmed-string dead)
(format "deadline: %s")) (format "deadline: %s"))
"no deadline") "no deadline")
(format "Active with %s"))) (format "Active with %s")
(list)))
(`(:quarterly :complete ,comptime) (`(:quarterly :complete ,comptime)
(list (format-comptime "quarterly plan" comptime))) (list (format-comptime "quarterly plan" comptime)))
(`(:weekly :active) (`(:weekly :active)