From 1f60b4137c3f18c0cdee42842532adf07e56f278 Mon Sep 17 00:00:00 2001 From: Camden Dixie O'Brien Date: Sat, 29 Oct 2022 13:19:09 +0100 Subject: [PATCH] Move diary file to ~/Documents/diary --- config.org | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) 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: