Files
nixos-configs/home
hermione b729ee8c7a
All checks were successful
CI / check (push) Successful in 3m48s
fix(emacs): use assoc instead of assq for UNTIL lookup in org-caldav advice
assq uses eq for key comparison, which can fail if the key symbols aren't
identical objects. assoc uses equal, which is what org-caldav itself uses
for rrule-props lookups (e.g., INTERVAL, FREQ).

This fixes DEADLINEs not being added to recurring events with UNTIL dates.

Also adds debug logging to help diagnose any remaining issues - will be
removed once verified working.

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-01-25 12:46:11 -08:00
..
2026-01-10 19:16:29 -08:00