FIX typo
This commit is contained in:
parent
44b050b308
commit
24770cb0ab
|
@ -3801,7 +3801,7 @@ FUTURE-LIMIT in a list."
|
||||||
(`(:endpoint :complete ,comptime)
|
(`(:endpoint :complete ,comptime)
|
||||||
(format-comptime "EPG" comptime))
|
(format-comptime "EPG" comptime))
|
||||||
(`(,(or :survival :lifetime) :active)
|
(`(,(or :survival :lifetime) :active)
|
||||||
(list "Active"))
|
"Active")
|
||||||
(`(:quarterly :active ,dead)
|
(`(:quarterly :active ,dead)
|
||||||
(->> (if dead (->> (org-ml-to-trimmed-string dead)
|
(->> (if dead (->> (org-ml-to-trimmed-string dead)
|
||||||
(format "deadline: %s"))
|
(format "deadline: %s"))
|
||||||
|
|
Loading…
Reference in New Issue