diff --git a/config.org b/config.org index 46e45b1..58fce4b 100644 --- a/config.org +++ b/config.org @@ -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: