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 ;; 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")