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 | e958410cbc14d2bfa0f97890aafe38031e082aa7 (patch) | |
| tree | f3dba16fd2c0aeb5cc7b50a67b8a559ebbdc0d69 /Makefile | |
| parent | 0ddbcde1e9f17021377f4160b39cd0790afcbdcc (diff) | |
| download | dotemacs-e958410cbc14d2bfa0f97890aafe38031e082aa7.tar.gz dotemacs-e958410cbc14d2bfa0f97890aafe38031e082aa7.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
