summary refs log tree commit diff
path: root/emacs/custom/fcuny-org.el
diff options
context:
space:
mode:
authorFranck Cuny <franck@fcuny.net>2022-02-03 16:56:19 -0800
committerFranck Cuny <franck@fcuny.net>2022-02-03 16:56:19 -0800
commit105fe85083277cb4d494078bae2abff797aecf16 (patch)
treee81bf0dbb87bf4cbe10c45e604fb0901e8c969fb /emacs/custom/fcuny-org.el
parenttwitter: remove pants checker/change work-machine (diff)
downloademacs.d-105fe85083277cb4d494078bae2abff797aecf16.tar.gz
org: journal's tree-type is day
Diffstat (limited to 'emacs/custom/fcuny-org.el')
-rw-r--r--emacs/custom/fcuny-org.el2
1 files changed, 1 insertions, 1 deletions
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)