Add org capture templates
This commit is contained in:
parent
17bc1945e9
commit
7b8d603425
@ -18,6 +18,12 @@
|
||||
"|"
|
||||
"DONE(d)"
|
||||
"CANCELLED(c)")))
|
||||
(org-capture-templates `(("l" "Lola task" entry
|
||||
(file+headline ,(expand-file-name "~/org/todo.org") "Lola")
|
||||
"* TODO %i%?")
|
||||
("p" "Personal task" entry
|
||||
(file+headline ,(expand-file-name "~/org/todo.org") "Personal")
|
||||
"* TODO %i%?")))
|
||||
(org-return-follows-link t)
|
||||
(org-ellipsis " ▼")
|
||||
(org-src-fontify-natively t)
|
||||
|
Loading…
Reference in New Issue
Block a user