1
0
Fork 0

Bring TODO items in capture inline with orgzly ones

When Orgzly adds a TODO item in a buffer it also adds a CREATED property along
with it. Now this also happens when something is captured through Emacs.
This commit is contained in:
Tom Willemse 2019-04-14 13:45:58 -07:00
parent 720c3a84ac
commit d72c62d833

View file

@ -4,7 +4,7 @@
;; Author: Tom Willemse <tom@ryuslash.org> ;; Author: Tom Willemse <tom@ryuslash.org>
;; Keywords: local ;; Keywords: local
;; Version: 20190306233437 ;; Version: 20190414134522
;; 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
@ -120,7 +120,7 @@ ones that have a predecessor."
(setq org-capture-templates (setq org-capture-templates
`(("t" "Note" entry `(("t" "Note" entry
(file ,(oni-org-expand-to-home "documents/gtd/inbox.org")) (file ,(oni-org-expand-to-home "documents/gtd/inbox.org"))
"* TODO %i%?") "* 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 ,(oni-org-expand-to-home "documents/gtd/appointments.org"))
"* %i%?\n %U") "* %i%?\n %U")