fix: repeated tasks records

This commit is contained in:
Tienson Qin
2021-05-10 12:43:32 +08:00
parent 338de314c5
commit c78b225bbb

View File

@@ -568,7 +568,7 @@
(when content
(str (string/trimr content)
"\n"
(util/format "- %s -> DONE [%s]"
(util/format "* %s -> DONE [%s]"
marker
(date/get-local-date-time-string)))))
content))