Change shortcuts for capture templates
This commit is contained in:
parent
de44df34f3
commit
d1bf3a5e01
1 changed files with 2 additions and 2 deletions
4
init.el
4
init.el
|
@ -504,13 +504,13 @@
|
||||||
|
|
||||||
(setq org-capture-templates
|
(setq org-capture-templates
|
||||||
(quote
|
(quote
|
||||||
(("w" "Work Task" entry
|
(("t" "Work Task" entry
|
||||||
(file+olp "~/notes/planner.org" "Tasks")
|
(file+olp "~/notes/planner.org" "Tasks")
|
||||||
"** TODO %?")
|
"** TODO %?")
|
||||||
("e" "Event" entry
|
("e" "Event" entry
|
||||||
(file+olp "~/notes/planner.org" "Events")
|
(file+olp "~/notes/planner.org" "Events")
|
||||||
"** %?")
|
"** %?")
|
||||||
("t" "Personal Task" entry
|
("p" "Personal Task" entry
|
||||||
(file+olp "~/notes/planner.org" "Personal")
|
(file+olp "~/notes/planner.org" "Personal")
|
||||||
"** TODO %?")
|
"** TODO %?")
|
||||||
("v" "Personal Event" entry
|
("v" "Personal Event" entry
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue