From 4f5108c9d9854886d817e8a32e3f519ee920cf5e Mon Sep 17 00:00:00 2001 From: hermione Date: Sun, 25 Jan 2026 13:16:49 -0800 Subject: [PATCH] fix(emacs): allow org-caldav export with broken links 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 --- home/roles/emacs/doom/config.el | 3 +++ 1 file changed, 3 insertions(+) diff --git a/home/roles/emacs/doom/config.el b/home/roles/emacs/doom/config.el index 1b988c3..438d56f 100644 --- a/home/roles/emacs/doom/config.el +++ b/home/roles/emacs/doom/config.el @@ -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