diff --git a/config.org b/config.org index db8d82f..c4f81da 100644 --- a/config.org +++ b/config.org @@ -924,6 +924,8 @@ Preserve indentation in SRC blocks (org-roam-completion-everywhere t) :config (org-roam-setup) + ;; Add todo lists to org-agenda + (custom-set-variables '(org-agenda-files (directory-files-recursively org-roam-directory "todo\\.org$"))) ) #+END_SRC