Add note org capture template
This commit is contained in:
parent
bfb6eafaae
commit
a7b9f91e1b
1 changed files with 3 additions and 0 deletions
3
init.el
3
init.el
|
@ -689,6 +689,9 @@
|
||||||
(("t" "Task" entry
|
(("t" "Task" entry
|
||||||
(file+olp "~/notes/planner.org" "Inbox")
|
(file+olp "~/notes/planner.org" "Inbox")
|
||||||
"** TODO %?")
|
"** TODO %?")
|
||||||
|
("n" "Note" entry
|
||||||
|
(file+olp "~/notes/planner.org" "Inbox")
|
||||||
|
"** %?")
|
||||||
("e" "Event" entry
|
("e" "Event" entry
|
||||||
(file+olp "~/notes/planner.org" "Inbox")
|
(file+olp "~/notes/planner.org" "Inbox")
|
||||||
"** %?"))))
|
"** %?"))))
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue