diff options
author | Franck Cuny <franck@fcuny.net> | 2022-02-03 16:56:19 -0800 |
---|---|---|
committer | Franck Cuny <franck@fcuny.net> | 2022-02-03 16:56:19 -0800 |
commit | 105fe85083277cb4d494078bae2abff797aecf16 (patch) | |
tree | e81bf0dbb87bf4cbe10c45e604fb0901e8c969fb /emacs | |
parent | twitter: remove pants checker/change work-machine (diff) | |
download | emacs.d-105fe85083277cb4d494078bae2abff797aecf16.tar.gz |
org: journal's tree-type is day
Diffstat (limited to '')
-rw-r--r-- | emacs/custom/fcuny-org.el | 2 |
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) |