From 86e8a0a91dc663e6b679a7cd10f2fe8bc494ef81 Mon Sep 17 00:00:00 2001 From: Franck Cuny Date: Mon, 11 Oct 2021 07:26:31 -0700 Subject: org: active timestamp for journal and note entries --- emacs/custom/fcuny-org.el | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'emacs/custom/fcuny-org.el') diff --git a/emacs/custom/fcuny-org.el b/emacs/custom/fcuny-org.el index 7319b72..ba7e6ac 100644 --- a/emacs/custom/fcuny-org.el +++ b/emacs/custom/fcuny-org.el @@ -154,10 +154,10 @@ "* TODO [#D] %?\n:PROPERTIES:\n:CREATED: %U\n:END:\n") ("n" "Note" entry (file "inbox.org") - "* NOTE %?\n:PROPERTIES:\n:CREATED: %U\n:END:\n") + "* %t %?\n:PROPERTIES:\n:CREATED: %U\n:END:\n") ("j" "Journal" entry (file+olp+datetree "journal.org") - "* %?\n:PROPERTIES:\n:CREATED: %U\n:END:\n" :tree-type month)))) + "* %t %?\n:PROPERTIES:\n:CREATED: %U\n:END:\n" :tree-type month)))) (provide 'fcuny-org) -- cgit 1.4.1