chore: use "*" for org mode's timestamps too

This commit is contained in:
Tienson Qin
2021-06-07 13:23:55 +08:00
parent 5e46d9eb7a
commit 7915cf41b4

View File

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