Add org capture templates

This commit is contained in:
Jeremy Dormitzer 2021-02-24 16:51:53 -05:00
parent 17bc1945e9
commit 7b8d603425

View File

@ -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)