From 88e1d1cf8250011cad6cd6e1460738fcdf3ec707 Mon Sep 17 00:00:00 2001 From: rearman Date: Mon, 11 May 2026 11:27:56 -0400 Subject: [PATCH] Add this file to org-agenda-list --- config.org | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/config.org b/config.org index 8aaf5b5..33ad741 100644 --- a/config.org +++ b/config.org @@ -278,7 +278,8 @@ Sly really doesn't play well with elodc in the minibuffer, so here are some sett (add-hook 'org-agenda-mode-hook #'hl-line-mode) (setq org-agenda-files (append '("~/org/") - (file-expand-wildcards "~/projects/*/")) + (file-expand-wildcards "~/projects/*/") + (file-expand-wildcards "~/.emacs.d/config.org")) org-refile-targets '((nil :maxlevel . 9) (org-agenda-files :maxlevel . 9)) org-refile-use-outline-path 'file -- 2.39.5