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:
parent
09582f0f21
commit
4984da8d0b
@ -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]]
|
- 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
|
- Show images in buffers as default
|
||||||
#+BEGIN_SRC emacs-lisp
|
#+BEGIN_SRC emacs-lisp
|
||||||
(setq org-directory "~/Documents/org/"
|
(setq org-directory "~/Documents/org"
|
||||||
|
org-agenda-files '("~/Documents/org")
|
||||||
org-log-done 'note
|
org-log-done 'note
|
||||||
org-startup-with-inline-images t)
|
org-startup-with-inline-images t)
|
||||||
#+END_SRC
|
#+END_SRC
|
||||||
|
Loading…
Reference in New Issue
Block a user