diff options
-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) |