From 20d8190b3ffcc0c44336b49c13e47ff2ac6d81ba Mon Sep 17 00:00:00 2001 From: Daniel Borchmann Date: Mon, 1 Dec 2025 10:13:05 +0100 Subject: [PATCH] Record creation date for DATE entries --- init.el | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/init.el b/init.el index 58c3612..f901ef7 100644 --- a/init.el +++ b/init.el @@ -1392,9 +1392,11 @@ accordingly." ("d" "Date" entry (file db/org-default-refile-file) - ,(concat "* GOTO [#B] %^{What} :DATE:\n%^{When}t\n" - "\nVia %K.\n" - "%?") + ,(concat "* GOTO [#B] %^{What} :DATE:" + "\n:PROPERTIES:\n:CREATED: %U\n:END:" + "\n%^{When}t" + "\n\nVia %K." + "\n\n%?") :empty-lines-before 1 :empty-lines-after 1) ("i" "Interruptions"