diff options
| author | Craig Jennings <c@cjennings.net> | 2026-05-24 16:34:16 -0500 |
|---|---|---|
| committer | Craig Jennings <c@cjennings.net> | 2026-05-24 16:34:16 -0500 |
| commit | 02baa68063f02cc571789c03b1101c28d139200d (patch) | |
| tree | 5b793809ed281b4341127a60da9a5572a3e67369 /modules/org-refile-config.el | |
| parent | 219018602f817bffedbb3d157fd9267d21f97098 (diff) | |
| download | dotemacs-02baa68063f02cc571789c03b1101c28d139200d.tar.gz dotemacs-02baa68063f02cc571789c03b1101c28d139200d.zip | |
docs(load-graph): classify Org modules
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.
Diffstat (limited to 'modules/org-refile-config.el')
| -rw-r--r-- | modules/org-refile-config.el | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/modules/org-refile-config.el b/modules/org-refile-config.el index 3c3cc7da..a6b7ac3a 100644 --- a/modules/org-refile-config.el +++ b/modules/org-refile-config.el @@ -1,6 +1,17 @@ ;;; org-refile-config.el --- Org Refile Customizations -*- lexical-binding: t; coding: utf-8; -*- ;; author: Craig Jennings <c@cjennings.net> ;;; Commentary: +;; +;; Layer: 3 (Domain Workflow). +;; Category: D/S. +;; Load shape: eager. +;; Eager reason: daily refile workflow; the user expects refile targets ready at +;; the first session. +;; Top-level side effects: an idle timer that builds the refile-target cache +;; (guarded; spec tracks the cache lifecycle). +;; Runtime requires: system-lib, cj-cache-lib. +;; Direct test load: yes. +;; ;; Configuration and custom functions for org-mode refiling. ;; ;; Performance: |
