From d72c62d8338826e2734f8d12717cd77330cfc8bd Mon Sep 17 00:00:00 2001 From: Tom Willemse Date: Sun, 14 Apr 2019 13:45:58 -0700 Subject: 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. --- oni-org.el | 4 ++-- 1 file 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 ;; 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") -- cgit v1.2.3-54-g00ecf