Add note org capture template

This commit is contained in:
Dimitri Lozeve 2023-01-16 16:54:29 +01:00
parent bfb6eafaae
commit a7b9f91e1b

View file

@ -689,6 +689,9 @@
(("t" "Task" entry
(file+olp "~/notes/planner.org" "Inbox")
"** TODO %?")
("n" "Note" entry
(file+olp "~/notes/planner.org" "Inbox")
"** %?")
("e" "Event" entry
(file+olp "~/notes/planner.org" "Inbox")
"** %?"))))