]> git.earman.xyz Git - emacsinit.git/commitdiff
Agenda defined by more locations
authorrearman <rearman@r717.net>
Mon, 4 May 2026 21:16:46 +0000 (17:16 -0400)
committerrearman <rearman@r717.net>
Mon, 4 May 2026 21:16:46 +0000 (17:16 -0400)
May need to limit it to only use the other on windows

re/re-org.el

index d5bfc3fb599a4f21e3c1abfec6b6cbd60245cde7..63b0caae21d5ae90361e36b2582e44bacf2ba300 100644 (file)
@@ -50,7 +50,8 @@
 
 \f
 ;; 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