From: rearman Date: Mon, 4 May 2026 21:16:46 +0000 (-0400) Subject: Agenda defined by more locations X-Git-Url: https://git.earman.xyz/?a=commitdiff_plain;h=16f407ed231a38047b890ea7c5a3bdbf89a215c6;p=emacsinit.git Agenda defined by more locations May need to limit it to only use the other on windows --- diff --git a/re/re-org.el b/re/re-org.el index d5bfc3f..63b0caa 100644 --- a/re/re-org.el +++ b/re/re-org.el @@ -50,7 +50,8 @@ ;; Agenda and capture -(setq org-agenda-files '("~/org/") +(setq org-agenda-files (append '("~/org/") + (file-expand-wildcards "~/projects/*/")) org-refile-targets '((nil :maxlevel . 9) (org-agenda-files :maxlevel . 9)) org-refile-use-outline-path 'file