diff options
Diffstat (limited to '.emacs.local.d/modes/org-journal.el')
-rw-r--r-- | .emacs.local.d/modes/org-journal.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.emacs.local.d/modes/org-journal.el b/.emacs.local.d/modes/org-journal.el index f7e0864..e236249 100644 --- a/.emacs.local.d/modes/org-journal.el +++ b/.emacs.local.d/modes/org-journal.el @@ -8,5 +8,5 @@ (setq org-journal-dir my-org-journal-dir org-journal-file-type my-org-journal-file-type org-journal-time-prefix my-org-journal-time-prefix - org-journal-time-format "" + org-journal-time-format my-org-journal-time-format org-journal-date-format "%A, %d %B %Y")) |