about summary refs log tree commit diff
path: root/tools
diff options
context:
space:
mode:
authorVincent Ambo <tazjin@google.com>2020-03-09T01·07+0000
committerVincent Ambo <tazjin@google.com>2020-03-09T01·07+0000
commit049709a7f3eee12d39502c9bbc54e3deb10b5b92 (patch)
treefeb567653713e3747ac49c5df0fe936dd7b75942 /tools
parent9372f576592bdadfa001cee38f431a65c9c7177d (diff)
fix(tools/emacs): Set correct file name format for org-journal r/598
Diffstat (limited to 'tools')
-rw-r--r--tools/emacs/config/init.el1
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/emacs/config/init.el b/tools/emacs/config/init.el
index b17c063c3a..6d276a9656 100644
--- a/tools/emacs/config/init.el
+++ b/tools/emacs/config/init.el
@@ -130,6 +130,7 @@
         org-journal-encrypt-journal t
         org-journal-file-type 'weekly
         org-journal-date-format "%A, %Y-%m-%d"
+        org-journal-file-format "%Y%m%d-weekly"
 
         ;; Saturday, because reasons.
         org-journal-start-on-weekday 6)