aboutsummaryrefslogtreecommitdiffstats
path: root/oni-org.el
diff options
context:
space:
mode:
authorGravatar Tom Willemse2019-04-21 11:56:41 -0700
committerGravatar Tom Willemse2019-04-21 11:56:41 -0700
commit860cb9b58e9f3e485f8a7c4bc35af83c26e48c92 (patch)
treeada4443a28ada9e9d123b68ac5ffdc59fa9ba021 /oni-org.el
parent6d038f0852451c747924d0424905a00a470ac800 (diff)
downloademacs-config-860cb9b58e9f3e485f8a7c4bc35af83c26e48c92.tar.gz
emacs-config-860cb9b58e9f3e485f8a7c4bc35af83c26e48c92.zip
Fix appointments
- Put appointment captures under the Appointments header. - Add TODO keyword so that ‘org-wild-notifier’ picks it up.
Diffstat (limited to 'oni-org.el')
-rw-r--r--oni-org.el7
1 files changed, 4 insertions, 3 deletions
diff --git a/oni-org.el b/oni-org.el
index ac92ebc..1eda73e 100644
--- a/oni-org.el
+++ b/oni-org.el
@@ -4,7 +4,7 @@
;; Author: Tom Willemse <tom@ryuslash.org>
;; Keywords: local
-;; Version: 20190421112657
+;; Version: 20190421115427
;; Package-Requires: (org-plus-contrib org-bullets hydra org-wild-notifier)
;; 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"))
"* TODO %i%?\n :PROPERTIES:\n :CREATED: %U\n :END:")
("a" "Appointment" entry
- (file ,(oni-org-expand-to-home "documents/gtd/appointments.org"))
- "* %i%?\n %U")
+ (file+headline ,(oni-org-expand-to-home "documents/gtd/appointments.org")
+ "Appointments")
+ "* TODO %i%?\n %U")
("j" "Journal entry" entry
(file+olp+datetree
,(oni-org-expand-to-home "documents/gtd/journal.org"))