From 105fe85083277cb4d494078bae2abff797aecf16 Mon Sep 17 00:00:00 2001 From: Franck Cuny Date: Thu, 3 Feb 2022 16:56:19 -0800 Subject: org: journal's tree-type is day --- emacs/custom/fcuny-org.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/emacs/custom/fcuny-org.el b/emacs/custom/fcuny-org.el index 36f7605..5aff1c9 100644 --- a/emacs/custom/fcuny-org.el +++ b/emacs/custom/fcuny-org.el @@ -143,6 +143,6 @@ ("j" "Journal" entry (file+olp+datetree "journal.org") - "* %?\n:PROPERTIES:\n:CREATED: %T\n:END:\n" :tree-type month)))) + "* %?\n:PROPERTIES:\n:CREATED: %T\n:END:\n" :tree-type day)))) (provide 'fcuny-org) -- cgit 1.4.1