diff options
| author | Craig Jennings <c@cjennings.net> | 2026-02-05 16:10:09 -0600 |
|---|---|---|
| committer | Craig Jennings <c@cjennings.net> | 2026-02-05 16:10:09 -0600 |
| commit | 1039eca8800959a6a889f3b6d94a4742b794160c (patch) | |
| tree | f1afb177b5801acb60932657eed5c06298e73245 /modules/system-defaults.el | |
| parent | d226f80a376c97a6adbcbc800be647cb69f0b50b (diff) | |
| download | dotemacs-1039eca8800959a6a889f3b6d94a4742b794160c.tar.gz dotemacs-1039eca8800959a6a889f3b6d94a4742b794160c.zip | |
fix(calendar-sync): fix heading order, continuation lines, and exception text cleaning
Three bugs found during manual verification of calendar sync output:
1. Heading/timestamp order reversed in event-to-org — nreverse pattern
put timestamp before the org heading. Swap initial list order.
2. get-property continuation line regex broken — the ^ anchor in
"^\n[ \t]" prevented matching at the correct position, truncating
long DESCRIPTION values at the first ICS line fold. Remove anchor,
add explicit position check (matching get-all-property-lines pattern).
3. collect-recurrence-exceptions didn't clean text — exception instances
got raw ICS text (literal \n, HTML tags) replacing the cleaned base
event text. Wrap summary/description/location in clean-text.
Diffstat (limited to 'modules/system-defaults.el')
0 files changed, 0 insertions, 0 deletions
