mirror of
https://github.com/logseq/logseq.git
synced 2026-05-03 10:26:35 +00:00
chore: use "*" for org mode's timestamps too
This commit is contained in:
@@ -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))
|
||||
|
||||
Reference in New Issue
Block a user