summaryrefslogtreecommitdiff
path: root/tests/test-calendar-sync--sanitize-org-body.el
Commit message (Collapse)AuthorAgeFilesLines
* fix(test): add missing testutil require for sanitize-org-body testsCraig Jennings2026-02-061-0/+1
|
* fix(calendar-sync): sanitize description text to prevent org heading corruptionCraig Jennings2026-02-061-0/+73
Event descriptions containing lines starting with * were being interpreted as org headings, breaking file structure. Replace leading asterisks with dashes before writing descriptions.