aboutsummaryrefslogtreecommitdiffstats
path: root/oni-org.el
diff options
context:
space:
mode:
Diffstat (limited to 'oni-org.el')
-rw-r--r--oni-org.el4
1 files changed, 2 insertions, 2 deletions
diff --git a/oni-org.el b/oni-org.el
index 504a5e9..dd2bc9a 100644
--- a/oni-org.el
+++ b/oni-org.el
@@ -4,7 +4,7 @@
;; Author: Tom Willemse <tom@ryuslash.org>
;; Keywords: local
-;; Version: 20190306233437
+;; Version: 20190414134522
;; Package-Requires: (org-plus-contrib org-bullets hydra)
;; This program is free software; you can redistribute it and/or modify
@@ -120,7 +120,7 @@ ones that have a predecessor."
(setq org-capture-templates
`(("t" "Note" entry
(file ,(oni-org-expand-to-home "documents/gtd/inbox.org"))
- "* TODO %i%?")
+ "* 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")