diff options
| author | 2026-06-16 13:27:04 -0700 | |
|---|---|---|
| committer | 2026-06-16 13:27:04 -0700 | |
| commit | cac887c86989a5a15528a89095bf0397e7fc7dda (patch) | |
| tree | 5c44d7b4cfcedd2d9e6c0b683e688dfc687dae09 | |
| parent | 9a9091fe875130ce77eb8958556c0383ce415a1b (diff) | |
| download | emacs-config-cac887c86989a5a15528a89095bf0397e7fc7dda.tar.gz emacs-config-cac887c86989a5a15528a89095bf0397e7fc7dda.zip | |
oni-org: Add category to tasks
4 files changed, 9 insertions, 0 deletions
diff --git a/oni-org/capture-templates/laundry.org b/oni-org/capture-templates/laundry.org index 8d0e1eb..19b3d65 100644 --- a/oni-org/capture-templates/laundry.org +++ b/oni-org/capture-templates/laundry.org @@ -1,19 +1,23 @@ * NEXT Wash a load of laundry :PROPERTIES: +:CATEGORY: life :CREATED: %U :TRIGGER: next-sibling todo!(NEXT) :END: * TODO Dry a load of laundry :PROPERTIES: +:CATEGORY: life :CREATED: %U :TRIGGER: next-sibling todo!(NEXT) :END: * TODO Fold a load of laundry :PROPERTIES: +:CATEGORY: life :CREATED: %U :TRIGGER: next-sibling todo!(NEXT) :END: * TODO Put away a load of laundry :PROPERTIES: +:CATEGORY: life :CREATED: %U :END: diff --git a/oni-org/capture-templates/morning-checklist-bedding.org b/oni-org/capture-templates/morning-checklist-bedding.org index b367726..b3eb6ff 100644 --- a/oni-org/capture-templates/morning-checklist-bedding.org +++ b/oni-org/capture-templates/morning-checklist-bedding.org @@ -1,4 +1,5 @@ * NEXT Kids Bedding :PROPERTIES: +:CATEGORY: life :CREATED: %U :END: diff --git a/oni-org/capture-templates/morning-checklist-trash.org b/oni-org/capture-templates/morning-checklist-trash.org index 813fb64..2f5e8a6 100644 --- a/oni-org/capture-templates/morning-checklist-trash.org +++ b/oni-org/capture-templates/morning-checklist-trash.org @@ -1,4 +1,5 @@ * NEXT Put trash out :PROPERTIES: +:CATEGORY: life :CREATED: %U :END: diff --git a/oni-org/capture-templates/morning-checklist.org b/oni-org/capture-templates/morning-checklist.org index 6ac0be8..a8fa37b 100644 --- a/oni-org/capture-templates/morning-checklist.org +++ b/oni-org/capture-templates/morning-checklist.org @@ -1,12 +1,15 @@ * NEXT Dishes :PROPERTIES: +:CATEGORY: life :CREATED: %U :END: * NEXT Snacks :PROPERTIES: +:CATEGORY: life :CREATED: %U :END: * NEXT Lunches :PROPERTIES: +:CATEGORY: life :CREATED: %U :END: |
