Commit 4772e900f578

Vincent Demeester <vincent@sbr.pm>
2025-05-15 13:45:39
tools/emacs: fix org-agenda-files list
Signed-off-by: Vincent Demeester <vincent@sbr.pm>
1 parent a139137
Changed files (1)
tools
emacs
tools/emacs/config/config-org.el
@@ -195,7 +195,7 @@
 	     (--remove (s-starts-with? (format "%s/legacy" org-people-dir) it))
 	     (--map (format "%s" it))
 	     (--map `(,it :maxlevel . 3)))))
-  (setq org-agenda-files `(,org-inbox-file ,org-todos-file)
+  (setq org-agenda-files `(,org-inbox-file ,org-todos-file)
 	;; TODO: extract org-refile-targets into a function
 	org-refile-targets (vde/org-refile-targets))
   (setq org-agenda-custom-commands