Skip to content

Commit a7a5ec5

Browse files
committed
format(org): Unify the date format of org-journal
1 parent e2ffc25 commit a7a5ec5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

spacemacs.org

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -547,6 +547,7 @@ E.g. when visiting a soft/hard link.
547547
#+BEGIN_SRC emacs-lisp :tangle user-config.el
548548
(with-eval-after-load 'org-journal
549549
(setq org-journal-dir "~/org/home/roam/journal/")
550+
(setq org-journal-date-format "%A, %m/%d/%Y")
550551
(setq org-journal-file-type 'monthly)
551552
(setq org-journal-file-format "%Y%m%d.org"))
552553

0 commit comments

Comments
 (0)