aboutsummaryrefslogtreecommitdiff
path: root/tests/test-org-agenda-config--base-files.el
Commit message (Collapse)AuthorAgeFilesLines
* refactor(org-agenda): extract the agenda base-file listCraig Jennings2026-06-201-0/+36
The fixed base list (inbox, schedule, and the three calendars) was spelled out as a literal in cj/--org-agenda-scan-files, cj/todo-list-single-project, and the chime initializer. Extract cj/--org-agenda-base-files so adding a calendar source is a one-place change; the single-project view prepends its todo.org with cons. Adds a test for the helper's contents and order.