[Emacs] Remove file from agenda files

This commit is contained in:
2022-09-19 12:38:22 +02:00
parent 40c7a02110
commit fdcea0b0b4

View File

@@ -4453,7 +4453,7 @@ the usage of the ~:ignore:~ tag in org.
:END:
#+name: org-agenda-files
#+begin_src emacs-lisp
(setq org-agenda-files (list "~/org/agenda" "~/org/notes.org" "~/org/internship.org"))
(setq org-agenda-files (list "~/org/agenda" "~/org/notes.org"))
#+end_src
*** Babel