[Org/Journal] Use ISO date as filename for org-journal files
This commit is contained in:
parent
01f5521cd2
commit
cab2a02eeb
1 changed files with 2 additions and 1 deletions
|
@ -1242,7 +1242,8 @@ Until now I did not think that I needed to keep a (personal) journal. But since
|
|||
(use-package org-journal
|
||||
:config (setq org-journal-dir "~/org/journal"
|
||||
org-journal-file-type 'monthly
|
||||
org-journal-find-file 'find-file)
|
||||
org-journal-find-file 'find-file
|
||||
org-journal-file-format "%Y-%m-%d.org")
|
||||
:bind (("C-c j j" . 'org-journal-new-entry)
|
||||
("C-c j s" . 'org-journal-new-scheduled-entry)
|
||||
("C-c j o" . 'org-journal-open-current-journal-file)
|
||||
|
|
Loading…
Reference in a new issue