aboutsummaryrefslogtreecommitdiff
path: root/docs/design/coverage.org
diff options
context:
space:
mode:
authorCraig Jennings <c@cjennings.net>2026-05-11 17:17:53 -0500
committerCraig Jennings <c@cjennings.net>2026-05-11 17:17:53 -0500
commite958410cbc14d2bfa0f97890aafe38031e082aa7 (patch)
treef3dba16fd2c0aeb5cc7b50a67b8a559ebbdc0d69 /docs/design/coverage.org
parent0ddbcde1e9f17021377f4160b39cd0790afcbdcc (diff)
downloaddotemacs-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 'docs/design/coverage.org')
0 files changed, 0 insertions, 0 deletions