From fdcea0b0b468f11c4b114b4963d93b81baeced20 Mon Sep 17 00:00:00 2001 From: Lucien Cartier-Tilet Date: Mon, 19 Sep 2022 12:38:22 +0200 Subject: [PATCH] [Emacs] Remove file from agenda files --- org/config/emacs.org | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/org/config/emacs.org b/org/config/emacs.org index e27047c..9d35fcb 100644 --- a/org/config/emacs.org +++ b/org/config/emacs.org @@ -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