Fix refiling to someday.org
This commit is contained in:
parent
87d03bef94
commit
1e818c9109
1 changed files with 2 additions and 2 deletions
|
@ -4,7 +4,7 @@
|
||||||
|
|
||||||
;; Author: Tom Willemse <tom@ryuslash.org>
|
;; Author: Tom Willemse <tom@ryuslash.org>
|
||||||
;; Keywords: local
|
;; Keywords: local
|
||||||
;; Version: 20190304133515
|
;; Version: 20190306233437
|
||||||
;; Package-Requires: (org-plus-contrib org-bullets hydra)
|
;; Package-Requires: (org-plus-contrib org-bullets hydra)
|
||||||
|
|
||||||
;; This program is free software; you can redistribute it and/or modify
|
;; This program is free software; you can redistribute it and/or modify
|
||||||
|
@ -114,7 +114,7 @@ ones that have a predecessor."
|
||||||
(cdr pair)))
|
(cdr pair)))
|
||||||
'(("documents/gtd/todo.org" :maxlevel . 1)
|
'(("documents/gtd/todo.org" :maxlevel . 1)
|
||||||
("documents/gtd/projects.org" :level . 2)
|
("documents/gtd/projects.org" :level . 2)
|
||||||
("documents/gtd/someday.org" :maxlevel . 2)
|
("documents/gtd/someday.org" :maxlevel . 1)
|
||||||
("documents/gtd/appointments.org" :maxlevel . 1))))
|
("documents/gtd/appointments.org" :maxlevel . 1))))
|
||||||
|
|
||||||
(setq org-capture-templates
|
(setq org-capture-templates
|
||||||
|
|
Loading…
Reference in a new issue