Fix org daily capture template

This commit is contained in:
Jeremy Dormitzer 2023-05-05 15:41:03 -04:00
parent 75019ff987
commit 9060b0f12a

View File

@ -34,7 +34,7 @@
"CANCELLED(c)")))
(org-capture-templates `(("d" "Daily note" plain
(function org-find-daily-note)
"* %<%I:%M %p>")
"** %<%I:%M %p>")
("s" "Spotify task" entry
(file+headline ,(expand-file-name "~/org/todo.org") "Spotify")
"* TODO %i%?")