Add new Roam daily template

This commit is contained in:
Kiana Sheibani 2024-04-23 15:09:02 -04:00
parent a65475dd4e
commit ac903bc266
Signed by: toki
GPG key ID: 6CB106C25E86A9F7

View file

@ -3800,10 +3800,13 @@ Subnote of `(let ((node (org-roam-node-at-point)))
:END:\n\n$0"
:target (file "20240329114914-a.org")))
org-roam-dailies-capture-templates
'(("t" "Task" entry "* TODO $1\n\n$0"
:target (file+head+olp "%<%Y-%m-%d>.org"
"#+title: %<%Y-%m-%d>"
("Todos"))
'(("e" "Event" entry "* $1\n%^t\n\n$0"
:target (file+head "%<%Y-%m-%d>.org"
"#+title: %<%Y-%m-%d>")
:empty-lines 1)
("t" "Task" entry "* TODO $1\n\n$0"
:target (file+head "%<%Y-%m-%d>.org"
"#+title: %<%Y-%m-%d>")
:empty-lines 1)
("n" "Notes" entry "** $0"
:target (file+head+olp "%<%Y-%m-%d>.org"