Merge branch 'master' into feat/integration-plugins-core

This commit is contained in:
charlie
2021-06-07 16:10:13 +08:00
7 changed files with 34 additions and 13 deletions

View File

@@ -652,7 +652,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))