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:
parent
720c3a84ac
commit
d72c62d833
1 changed files with 2 additions and 2 deletions
|
@ -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")
|
||||
|
|
Loading…
Reference in a new issue