diff options
| author | Szymon Szukalski <szymon@szymonszukalski.com> | 2026-04-09 16:37:03 +1000 |
|---|---|---|
| committer | Szymon Szukalski <szymon@szymonszukalski.com> | 2026-04-09 16:37:03 +1000 |
| commit | 63c4618342a96e56af5027f393d458706f9dbfa0 (patch) | |
| tree | c7eb3b3615760992c6171bcdcbf9eab62541ab5e /README.md | |
| parent | 4ff3e88492225e6852e780399a81c4f27f8a10ab (diff) | |
Add Org clarify/wait workflow logging
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 12 |
1 files changed, 10 insertions, 2 deletions
@@ -153,8 +153,16 @@ The capture model has two distinct paths: - fast operational capture goes to `~/org/journal.org` - durable notes use Denote in the PARA directories under `~/org/` -Journal capture uses a Year -> Day outline in `journal.org` with explicit -`Tasks`, `Notes`, and `Meetings` headings beneath each day entry. +`~/org/journal.org` remains the operational capture surface. Journal capture +uses a Year -> Day outline in `journal.org` with explicit `Tasks`, `Notes`, +and `Meetings` headings beneath each day entry. + +Questions that come up during the day can be tracked as Org tasks under the +day's `Tasks` heading. The intended task workflow is `TODO`, `CLARIFY`, +`WAIT`, `DONE`, and `CANCELLED`: use `CLARIFY` for open questions or ambiguity, +and `WAIT` once the question has been asked and the answer is pending. +Completing an item prompts for a note so the answer can be recorded in the +task log, and those state logs are stored in a `LOGBOOK` drawer. The configured capture templates cover: |
