From 771428de04a70a8d37458e65397c687a294b35b5 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. --- tests/test-cj-org-text-sanitize.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests') diff --git a/tests/test-cj-org-text-sanitize.el b/tests/test-cj-org-text-sanitize.el index cdad9af5f..4a4ef2c35 100644 --- a/tests/test-cj-org-text-sanitize.el +++ b/tests/test-cj-org-text-sanitize.el @@ -12,7 +12,7 @@ (require 'ert) (add-to-list 'load-path (expand-file-name "modules" user-emacs-directory)) -(require 'cj-org-text) +(require 'cj-org-text-lib) ;;; cj/org-sanitize-body-text -- Normal cases -- cgit v1.2.3