fix(emacs): allow org-caldav export with broken links
All checks were successful
CI / check (push) Successful in 3m55s

mu4e message links in todo.org can't be resolved during iCalendar export,
causing sync to abort. Setting org-export-with-broken-links to 'mark'
allows export to continue (broken links get marked in output).

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
hermione
2026-01-25 13:16:49 -08:00
committed by John Ogle
parent 9243341ed7
commit 4f5108c9d9

View File

@@ -145,6 +145,9 @@
(setq org-icalendar-include-todo 'all)
(setq org-caldav-sync-todo t)
;; Allow export with broken links (mu4e links can't be resolved during export)
(setq org-export-with-broken-links 'mark)
;; Calendar-specific configuration
(setq org-caldav-calendars
'(;; Personal calendar: two-way sync with family-shared Nextcloud calendar