Add task entry to org-capture-templates

This commit is contained in:
Henrik Lissner 2017-09-07 13:27:26 +02:00
parent e3dc1e1b7a
commit caf23e239a
No known key found for this signature in database
GPG key ID: 5F6C0EA160557395

View file

@ -17,8 +17,11 @@
(setq org-default-notes-file (concat +org-dir "notes.org") (setq org-default-notes-file (concat +org-dir "notes.org")
;; FIXME This is incomplete! ;; FIXME This is incomplete!
org-capture-templates org-capture-templates
'(;; TODO: New Task (todo) '(;; TODO: New vocabulary word
;; TODO: New vocabulary word
("t" "Todo" entry
(file+headline (expand-file-name "todo.org" +org-dir) "Inbox")
"* [ ] %?")
("c" "Changelog" entry ("c" "Changelog" entry
(file+headline (expand-file-name "CHANGELOG.org" (doom-project-root)) "Unreleased") (file+headline (expand-file-name "CHANGELOG.org" (doom-project-root)) "Unreleased")