aboutsummaryrefslogtreecommitdiff
path: root/modules/dashboard-config.el
diff options
context:
space:
mode:
authorCraig Jennings <c@cjennings.net>2026-06-12 10:12:31 -0500
committerCraig Jennings <c@cjennings.net>2026-06-12 10:13:28 -0500
commit914d4ea036f56518876396ff1aec75d1edb6cf3d (patch)
tree79f7842927a6f2e6ef560356d1479f7fd91bbef7 /modules/dashboard-config.el
parent936c9fd236024d15c317e2a7fdea419e7eff514e (diff)
downloaddotemacs-914d4ea036f56518876396ff1aec75d1edb6cf3d.tar.gz
dotemacs-914d4ea036f56518876396ff1aec75d1edb6cf3d.zip
fix(org-drill): let-bind org-refile-targets and target real drill files
cj/drill-refile used setq, permanently replacing the session-wide org-refile-targets so every refile anywhere offered only drill targets until restart; and its (drill-dir :maxlevel . 1) entry named a bound variable, which org reads as a directory string rather than a file list, so the drill side yielded nothing. Let-bind org-refile-targets and supply (directory-files drill-dir t "\\.org$") as the file list. The stale test (which asserted the buggy drill-dir spec) is rewritten into two: file-list targets and no global clobber.
Diffstat (limited to 'modules/dashboard-config.el')
0 files changed, 0 insertions, 0 deletions