aboutsummaryrefslogtreecommitdiff
path: root/modules/cj-org-text-lib.el
Commit message (Collapse)AuthorAgeFilesLines
* refactor(cj-org-text): rename to cj-org-text-lib for naming consistencyCraig Jennings2026-05-101-0/+58
Same naming-convention fix as the cj-cache rename. Org-safe text sanitizers extracted in Phase 3 went into modules/cj-org-text.el, should have followed the established `-lib' suffix convention. Rename modules/cj-org-text.el -> modules/cj-org-text-lib.el; update provide form, file header, and the two (require 'cj-org-text) call sites in calendar-sync and test-cj-org-text-sanitize. No behavior change.