Move diary file to ~/Documents/diary

This commit is contained in:
Camden Dixie O'Brien 2022-10-29 13:19:09 +01:00
parent e58b23cba4
commit 1f60b4137c

View File

@ -197,11 +197,10 @@
(setq calendar-location-name "Bristol, UK")
#+end_src
While the diary isn't an Org file, it's very much like an Org file
so I'm going to store in in =~/org=.
Emacs needs to be told where the diary file is, of course:
#+begin_src emacs-lisp
(setq diary-file "~/org/diary")
(setq diary-file "~/Documents/diary")
#+end_src
I want to use ISO-style dates in there: