Add music and books refile targets
This commit is contained in:
parent
f540981de1
commit
c10ce9cd13
1 changed files with 4 additions and 2 deletions
|
@ -4,7 +4,7 @@
|
|||
|
||||
;; Author: Tom Willemse <tom@ryuslash.org>
|
||||
;; Keywords: local
|
||||
;; Version: 20190717082640
|
||||
;; Version: 20190721235442
|
||||
;; Package-Requires: (org-plus-contrib org-bullets hydra org-wild-notifier)
|
||||
|
||||
;; This program is free software; you can redistribute it and/or modify
|
||||
|
@ -140,7 +140,9 @@ After running it once remove it from `org-capture-after-finalize-hook'."
|
|||
'(("documents/gtd/todo.org" :maxlevel . 1)
|
||||
("documents/gtd/projects.org" :level . 2)
|
||||
("documents/gtd/someday.org" :maxlevel . 1)
|
||||
("documents/gtd/appointments.org" :maxlevel . 1))))
|
||||
("documents/gtd/appointments.org" :maxlevel . 1)
|
||||
("documents/gtd/music.org" :maxlevel . 1)
|
||||
("documents/gtd/books.org" :maxlevel . 1))))
|
||||
|
||||
(setq org-capture-templates
|
||||
`(("t" "Note" entry
|
||||
|
|
Loading…
Reference in a new issue