Automatic
This commit is contained in:
parent
25e93576be
commit
57e870a383
1 changed files with 2 additions and 0 deletions
|
@ -572,5 +572,7 @@ automatically committed and pushed on a remote repository.
|
||||||
(setq org-journal-prefix-key "C-x j"))
|
(setq org-journal-prefix-key "C-x j"))
|
||||||
:config
|
:config
|
||||||
(setq org-journal-dir "~/journal/"
|
(setq org-journal-dir "~/journal/"
|
||||||
|
org-journal-file-format "%Y%m%d.org"
|
||||||
|
org-journal-file-type 'daily
|
||||||
org-journal-date-format "%A, %d %B %Y"))
|
org-journal-date-format "%A, %d %B %Y"))
|
||||||
#+end_src
|
#+end_src
|
||||||
|
|
Reference in a new issue