FIX type mismatch
This commit is contained in:
parent
0469fa492b
commit
5bb0f8d279
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue