diff options
| author | Szymon Szukalski <szymon@szymonszukalski.com> | 2026-04-07 21:29:37 +1000 |
|---|---|---|
| committer | Szymon Szukalski <szymon@szymonszukalski.com> | 2026-04-07 21:29:37 +1000 |
| commit | d234df7277a53333204af44e6d02b76606067314 (patch) | |
| tree | 39d37c2dc1aaaa882de8fefb029428d8306509a9 /README.md | |
| parent | a28e8cac4bcba8aa052572fe67e4c7007d599ead (diff) | |
fix: move people rolodex into areas
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 14 |
1 files changed, 7 insertions, 7 deletions
@@ -39,7 +39,7 @@ The note system lives under `~/org/` and is organized like this: - `daily/` for plain daily Org files. - `projects/` for project notes. - `areas/` for area notes. -- `people.org` for the lightweight people rolodex. +- `areas/people/people.org` for the lightweight people rolodex. - `resources/` for reference material. - `archives/` for archived notes. @@ -59,21 +59,21 @@ The minibuffer stack is intentionally small: Name entry uses fixed abbrevs plus the rolodex: - `abbrev` provides deterministic one-shot shortcuts for fixed name expansions. -- people-specific abbrevs are generated dynamically from top-level cards in `~/org/people.org`. +- people-specific abbrevs are generated dynamically from top-level cards in `~/org/areas/people/people.org`. - a CAPF feeds Corfu canonical names from `people.org`, while alias matching stays available for lookup and completion. - Marginalia annotates person candidates with `role | location | engagement | current focus`. -- `M-x ss/people-open` opens `people.org` in overview mode. +- `M-x ss/people-open` opens `~/org/areas/people/people.org` in overview mode. - `M-x ss/people-find` opens a person card narrowed to that subtree. - `M-x ss/people-overview` exits card view by widening and restoring the overview. - `M-x ss/people-insert-name` inserts the canonical name at point. - `M-x ss/people-insert-summary` inserts a compact single-line summary at point. -- `M-x ss/people-add` adds a new person card directly to `people.org`. +- `M-x ss/people-add` adds a new person card directly to `~/org/areas/people/people.org`. - `M-x ss/people-report-by-relationship`, `M-x ss/people-report-by-engagement`, `M-x ss/people-report-by-role`, and `M-x ss/people-report-by-location` render grouped Org reports in a read-only buffer. ### Persistent abbrevs Persistent abbrevs live in `abbrev_defs` at the repository root. The config loads that file on startup, enables abbrev mode only in text-like buffers, and saves learned abbrevs back to the same file silently when buffers are saved. -People-specific abbrevs are not stored in a separate file. They are rebuilt from `~/org/people.org` whenever the rolodex changes, and missing `ABBREV` properties fall back to a generated default trigger. +People-specific abbrevs are not stored in a separate file. They are rebuilt from `~/org/areas/people/people.org` whenever the rolodex changes, and missing `ABBREV` properties fall back to a generated default trigger. ### Babel tangle process @@ -129,7 +129,7 @@ This means the agenda reflects the current project and area files at runtime ins Daily task capture writes under `Tasks`. Daily note capture and daily meeting capture both write under `Notes`, and the meeting template prefixes the heading with a timestamp and the word `meeting`. Denote captures still prompt for title, keywords, and subdirectory placement where appropriate, but folder placement does most of the classification work. The project capture template prepopulates the `project` keyword. Area and resource captures do not inject structural keywords automatically, and there is no Denote-backed meeting capture template. -The people rolodex is intentionally outside `org-capture`: `M-x ss/people-add` writes a compact card directly into `~/org/people.org`, keeping the rolodex as a fast reference file instead of another capture sink. +The people rolodex is intentionally outside `org-capture`: `M-x ss/people-add` writes a compact card directly into `~/org/areas/people/people.org`, keeping the rolodex as a fast reference file instead of another capture sink. ### Note creation and linking @@ -147,7 +147,7 @@ Denote handles long-lived notes. The main bindings are: - `C-c n d` to open today's daily note. - `C-c n o` to restore the rolodex overview. - `C-c n O` to show people grouped by role. -- `C-c n p` to open `people.org`. +- `C-c n p` to open `~/org/areas/people/people.org`. - `C-c n P` to add a new person card. - `C-c n R` to show people grouped by relationship. |
