Commit 0d429ae
Fix: create ~/.emacs.d and disable global org-id tracking in CI
org-id-find tried to write .org-id-locations to ~/.emacs.d/ which
doesn't exist on the GitHub Actions runner. Create it explicitly and
set org-id-track-globally nil to avoid the file write entirely.
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>1 parent 4b248bf commit 0d429ae
2 files changed
+4
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
31 | 31 | | |
32 | 32 | | |
33 | 33 | | |
34 | | - | |
| 34 | + | |
35 | 35 | | |
36 | 36 | | |
37 | 37 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
21 | 21 | | |
22 | 22 | | |
23 | 23 | | |
24 | | - | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
25 | 27 | | |
26 | 28 | | |
27 | 29 | | |
| |||
0 commit comments