[Emacs] Remove file from agenda files

This commit is contained in:
Lucien Cartier-Tilet 2022-09-19 12:38:22 +02:00
parent 40c7a02110
commit fdcea0b0b4
Signed by: phundrak
GPG Key ID: BD7789E705CB8DCA
1 changed files with 1 additions and 1 deletions

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