🐛 Fix quick capture org capture template

This commit is contained in:
Marcel Kapfer 2025-06-28 15:20:07 +02:00
parent b31fbacfaf
commit 6126dc36da
Signed by: mmk2410
GPG key ID: CADE6F0C09F21B09

View file

@ -1466,7 +1466,7 @@ Define org-capture templates.
(setq mmk2410/created-date ":PROPERTIES:\n:CREATED: %U\n:END:")
(setq org-capture-templates
`(("q" "Quick Capture" entry (file "~/org/tasks/inbox.org")
,(concat "* TODO %^{Todo Title}\n:" mmk2410/created-date "\n")
,(concat "* TODO %^{Todo Title}\n" mmk2410/created-date "\n")
:immediate-finish t)
("p" "New Personal Project" entry (file "~/org/tasks/personal.org")
,(concat "* %? :@project:\n" mmk2410/created-date "\n"))