From 2d1d94fa29d7347d7b22fe52c7f046d2d0401706 Mon Sep 17 00:00:00 2001 From: Craig Jennings Date: Sun, 24 May 2026 16:34:16 -0500 Subject: docs(load-graph): classify Org modules MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Seventh classification batch: the thirteen Org modules — config, agenda, babel, capture, contacts, drill, export, noter, refile, reveal, roam, webclipper, hugo. I annotated each header, added a Batch 7 table to the inventory, and extended the validation allowlist. 65 of 102 modules are now classified. The daily workflows (config, agenda, capture, refile, roam) keep their eager reason per the spec's Phase 6 target. Babel and contacts move to after-load; export, reveal, drill, noter, webclipper, and hugo become command-loaded. The agenda and refile idle-timer caches are recorded as the side effects the spec already tracks for cache-lifecycle work. No new hidden dependencies. --- modules/org-babel-config.el | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'modules/org-babel-config.el') diff --git a/modules/org-babel-config.el b/modules/org-babel-config.el index b3a3036a..821403a0 100644 --- a/modules/org-babel-config.el +++ b/modules/org-babel-config.el @@ -2,6 +2,16 @@ ;; author: Craig Jennings ;;; Commentary: +;; +;; Layer: 3 (Domain Workflow). +;; Category: D/P. +;; Load shape: eager. +;; Eager reason: none necessary; Babel language setup belongs after Org loads +;; (after-load deferral candidate). +;; Top-level side effects: one global key, package configuration via use-package. +;; Runtime requires: none (configures packages via use-package). +;; Direct test load: yes. +;; ;; All Org-Babel and Org-Tempo Packages, Settings, and Languages. ;;; Code: -- cgit v1.2.3