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