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 | 6d6b59832ee433be56625ca270e92a1000771f22 (patch) | |
| tree | 5d7b90428eafd5e0af0ea992cea592e949574536 /Makefile | |
| parent | f049d63e14b258db43feb2bc353949095e0e2dbf (diff) | |
| download | dotemacs-6d6b59832ee433be56625ca270e92a1000771f22.tar.gz dotemacs-6d6b59832ee433be56625ca270e92a1000771f22.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 'Makefile')
0 files changed, 0 insertions, 0 deletions
