1
0
mirror of https://github.com/alrayyes/dotfiles/ synced 2023-11-14 15:56:30 +00:00

Added org-agenda-files

This commit is contained in:
Ryan Kes 2019-12-07 15:20:18 +01:00
parent 09582f0f21
commit 4984da8d0b

View File

@ -74,7 +74,8 @@ When moving entries up and down in the buffer use `j` and `k` instead of `↑` a
- When task is set to `DONE` [[https://orgmode.org/manual/Closing-items.html][add timestamp and give the opportunity to type in a note]]
- Show images in buffers as default
#+BEGIN_SRC emacs-lisp
(setq org-directory "~/Documents/org/"
(setq org-directory "~/Documents/org"
org-agenda-files '("~/Documents/org")
org-log-done 'note
org-startup-with-inline-images t)
#+END_SRC