hermione b729ee8c7a
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-24 16:37:04 -08:00
2026-01-25 12:07:39 -08:00
2026-01-13 18:02:36 -08:00
2026-01-13 18:02:36 -08:00
S
Description
No description provided
24 MiB
Languages
Nix 80.4%
Emacs Lisp 10.1%
Shell 6.2%
Python 3.3%