aboutsummaryrefslogtreecommitdiff
path: root/modules/system-defaults.el
diff options
context:
space:
mode:
authorCraig Jennings <c@cjennings.net>2026-02-05 16:10:09 -0600
committerCraig Jennings <c@cjennings.net>2026-02-05 16:10:09 -0600
commit01be937e4a8e014865df6f6ac3121589e80d600f (patch)
treeab399894fdba547dce9ba5c743174dc9a08b06da /modules/system-defaults.el
parent169a7e3cec4ecae4fb64bd4a4667a7149b36ac83 (diff)
downloaddotemacs-01be937e4a8e014865df6f6ac3121589e80d600f.tar.gz
dotemacs-01be937e4a8e014865df6f6ac3121589e80d600f.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