Make org-journal files .org files
This commit is contained in:
parent
13e882c575
commit
5c2ed55020
1 changed files with 2 additions and 1 deletions
|
@ -4,7 +4,7 @@
|
|||
|
||||
;; Author: Tom Willemse <tom@ryuslash.org>
|
||||
;; Keywords: local
|
||||
;; Version: 2021.0104.104539
|
||||
;; Version: 2021.0104.151132
|
||||
;; Package-Requires: (oni-yasnippet oni-alert oni-hydra org-plus-contrib org-bullets org-edna diminish all-the-icons org-journal org-roam)
|
||||
|
||||
;; This program is free software; you can redistribute it and/or modify
|
||||
|
@ -464,6 +464,7 @@ After running it once remove it from `org-capture-after-finalize-hook'."
|
|||
;;; org-journal
|
||||
|
||||
(setq org-journal-dir (expand-file-name "~/documents/org/journal/"))
|
||||
(setq org-journal-file-format "%Y%m%d.org")
|
||||
|
||||
;;; org-roam
|
||||
|
||||
|
|
Loading…
Reference in a new issue