aboutsummaryrefslogtreecommitdiff
path: root/modules/ui-navigation.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
commit1981465c8ef0e2f946e4c815decc282669e0eda6 (patch)
tree57c7322dec66972e84a6dc91561637f805ef6ef0 /modules/ui-navigation.el
parent00b22a66824fab21aa21d0e53770617ddd6ca5c0 (diff)
downloaddotemacs-1981465c8ef0e2f946e4c815decc282669e0eda6.tar.gz
dotemacs-1981465c8ef0e2f946e4c815decc282669e0eda6.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/ui-navigation.el')
0 files changed, 0 insertions, 0 deletions