diff options
| author | 2026-05-20 03:10:03 -0700 | |
|---|---|---|
| committer | 2026-05-22 06:38:28 -0700 | |
| commit | 109970f7aecada7cfc8b80664c17d077753e3871 (patch) | |
| tree | 158591f7c6e0ba4fc52c47d8a5c42170128df7e2 /oni-org/capture-templates | |
| parent | 65f68bccfb3246e75e6d34b77dcdaf02cf13ef06 (diff) | |
| download | emacs-config-109970f7aecada7cfc8b80664c17d077753e3871.tar.gz emacs-config-109970f7aecada7cfc8b80664c17d077753e3871.zip | |
oni-org: Add template for doing laundry
Diffstat (limited to 'oni-org/capture-templates')
| -rw-r--r-- | oni-org/capture-templates/laundry.org | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/oni-org/capture-templates/laundry.org b/oni-org/capture-templates/laundry.org new file mode 100644 index 0000000..8d0e1eb --- /dev/null +++ b/oni-org/capture-templates/laundry.org @@ -0,0 +1,19 @@ +* NEXT Wash a load of laundry +:PROPERTIES: +:CREATED: %U +:TRIGGER: next-sibling todo!(NEXT) +:END: +* TODO Dry a load of laundry +:PROPERTIES: +:CREATED: %U +:TRIGGER: next-sibling todo!(NEXT) +:END: +* TODO Fold a load of laundry +:PROPERTIES: +:CREATED: %U +:TRIGGER: next-sibling todo!(NEXT) +:END: +* TODO Put away a load of laundry +:PROPERTIES: +:CREATED: %U +:END: |
