Fix appointments
- Put appointment captures under the Appointments header. - Add TODO keyword so that ‘org-wild-notifier’ picks it up.
This commit is contained in:
parent
6d038f0852
commit
860cb9b58e
1 changed files with 4 additions and 3 deletions
|
@ -4,7 +4,7 @@
|
||||||
|
|
||||||
;; Author: Tom Willemse <tom@ryuslash.org>
|
;; Author: Tom Willemse <tom@ryuslash.org>
|
||||||
;; Keywords: local
|
;; Keywords: local
|
||||||
;; Version: 20190421112657
|
;; Version: 20190421115427
|
||||||
;; Package-Requires: (org-plus-contrib org-bullets hydra org-wild-notifier)
|
;; Package-Requires: (org-plus-contrib org-bullets hydra org-wild-notifier)
|
||||||
|
|
||||||
;; This program is free software; you can redistribute it and/or modify
|
;; This program is free software; you can redistribute it and/or modify
|
||||||
|
@ -128,8 +128,9 @@ ones that have a predecessor."
|
||||||
(file ,(oni-org-expand-to-home "documents/gtd/inbox.org"))
|
(file ,(oni-org-expand-to-home "documents/gtd/inbox.org"))
|
||||||
"* TODO %i%?\n :PROPERTIES:\n :CREATED: %U\n :END:")
|
"* TODO %i%?\n :PROPERTIES:\n :CREATED: %U\n :END:")
|
||||||
("a" "Appointment" entry
|
("a" "Appointment" entry
|
||||||
(file ,(oni-org-expand-to-home "documents/gtd/appointments.org"))
|
(file+headline ,(oni-org-expand-to-home "documents/gtd/appointments.org")
|
||||||
"* %i%?\n %U")
|
"Appointments")
|
||||||
|
"* TODO %i%?\n %U")
|
||||||
("j" "Journal entry" entry
|
("j" "Journal entry" entry
|
||||||
(file+olp+datetree
|
(file+olp+datetree
|
||||||
,(oni-org-expand-to-home "documents/gtd/journal.org"))
|
,(oni-org-expand-to-home "documents/gtd/journal.org"))
|
||||||
|
|
Loading…
Reference in a new issue