From 6413045151f91f696a61dfd776f06b84276d840e Mon Sep 17 00:00:00 2001 From: Christopher James Hayward Date: Mon, 6 Sep 2021 14:32:51 -0400 Subject: [PATCH] Cleanup agenda sources --- README.org | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README.org b/README.org index 648ffe4..617b694 100644 --- a/README.org +++ b/README.org @@ -2351,8 +2351,7 @@ The way Org Mode[fn:60] works, TODO items, time-stamped items, and tagged headli ;; Configure `org-agenda' to use the project files. (setq org-agenda-files '("/etc/dotfiles/" "/etc/dotfiles/docs/" - "/etc/dotfiles/docs/daily/" - "/etc/dotfiles/docs/courses/")) + "/etc/dotfiles/docs/daily/")) ;; Include files encrypted with `gpg'. (require 'org)