Add task entry to org-capture-templates
This commit is contained in:
parent
e3dc1e1b7a
commit
caf23e239a
1 changed files with 5 additions and 2 deletions
|
@ -17,8 +17,11 @@
|
|||
(setq org-default-notes-file (concat +org-dir "notes.org")
|
||||
;; FIXME This is incomplete!
|
||||
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
|
||||
(file+headline (expand-file-name "CHANGELOG.org" (doom-project-root)) "Unreleased")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue