diff options
| author | Craig Jennings <c@cjennings.net> | 2026-05-11 17:17:53 -0500 |
|---|---|---|
| committer | Craig Jennings <c@cjennings.net> | 2026-05-11 17:17:53 -0500 |
| commit | b2bb273bec6d4a5deb19a3ff55904b8430091567 (patch) | |
| tree | d627a430558e7ff3a9b0df881f3f3c45e8598e8d /tests/test-org-drill-first-function.el | |
| parent | 61e3d02bf8f11368f00226619ce2b7cb15a304c5 (diff) | |
| download | dotemacs-b2bb273bec6d4a5deb19a3ff55904b8430091567.tar.gz dotemacs-b2bb273bec6d4a5deb19a3ff55904b8430091567.zip | |
fix(calendar-sync): give the no-init .ics worker its module load-path
The async .ics-to-Org worker runs `emacs --batch --no-site-file --no-site-lisp' and loads `calendar-sync.el' by absolute path, but that doesn't make its sibling `(require 'cj-org-text-lib)' resolvable, so the conversion died with "Cannot open load file: cj-org-text-lib". `calendar-sync--worker-command' now inserts `-L <module-dir>' before `-l calendar-sync.el', which keeps the worker isolated from `init.el' while letting it load its local module deps. Updated the worker-command test and added a regression test that runs the real no-init worker shape.
Diffstat (limited to 'tests/test-org-drill-first-function.el')
0 files changed, 0 insertions, 0 deletions
