From 0f9e308745b77ca589e5b25f415121058b9f08ee Mon Sep 17 00:00:00 2001 From: Craig Jennings Date: Sun, 10 May 2026 15:25:27 -0500 Subject: refactor(cj-org-text): rename to cj-org-text-lib for naming consistency 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. --- modules/calendar-sync.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules/calendar-sync.el') diff --git a/modules/calendar-sync.el b/modules/calendar-sync.el index 890dd9df..74b2e5c6 100644 --- a/modules/calendar-sync.el +++ b/modules/calendar-sync.el @@ -71,7 +71,7 @@ (require 'cl-lib) (require 'subr-x) -(require 'cj-org-text) +(require 'cj-org-text-lib) (defun calendar-sync--log-silently (format-string &rest args) "Log FORMAT-STRING with ARGS without requiring the full config." -- cgit v1.2.3