Facebook
From Tiny Human, 4 Years ago, written in Generic Lisp.
Embed
Download Paste or View Raw
Hits: 120
  1. (setq system-time-locale "en_US.utf8")
  2. (customize-set-variable 'org-journal-date-format "%A, %d %B %Y")
  3. (setq! org-journal-dir (concat (file-name-as-directory org-directory) "journal"))
  4. (customize-set-variable 'org-journal-file-format "%Y-%m-%d.org")
  5. (customize-set-variable 'org-journal-file-type "daily")
  6. (customize-set-variable 'org-journal-start-on-weekday 1)