Revert "Auto save the org files when the agenda is open"

This reverts commit d6f206fe66.
This commit is contained in:
Andreas Zweili 2022-05-30 12:07:24 +02:00
parent 9725488e8c
commit 846fb5bed5
1 changed files with 0 additions and 9 deletions

View File

@ -2297,15 +2297,6 @@ Otherwise this would be a two step process.
(message "[org agenda] refreshed!"))))
#+end_src
*** Auto save org files when agenda is open
#+begin_src emacs-lisp
(add-hook 'org-agenda-mode-hook
(lambda ()
(add-hook 'auto-save-hook 'org-save-all-org-buffers nil t)
(auto-save-mode)))
#+end_src
** Clocking
*** Remove clocks with a duration of 0