From 6d25ebf3c23c5edeb5ee540b5b27904cb690946d Mon Sep 17 00:00:00 2001 From: Tom Willemse Date: Fri, 22 May 2026 06:36:49 -0700 Subject: oni-org: Add morning checklist capture template --- oni-org/oni-org.el | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) (limited to 'oni-org/oni-org.el') diff --git a/oni-org/oni-org.el b/oni-org/oni-org.el index c011558..bb7286b 100644 --- a/oni-org/oni-org.el +++ b/oni-org/oni-org.el @@ -4,7 +4,7 @@ ;; Author: Tom Willemse ;; Keywords: local -;; Version: 2026.0519.025420 +;; Version: 2026.0522.063532 ;; Package-Requires: (oni-yasnippet oni-hydra org org-edna diminish olivetti org-pretty-table) ;; This program is free software; you can redistribute it and/or modify @@ -1072,10 +1072,15 @@ CLOSED: %(setq oni-org--capture-D-date (format-time-string (org-time-stamp-forma '("Chores")) (oni-org--map-put org-capture-templates "cl" - `("Laundry" entry (file "") + `("Laundry" entry (file ,oni-org-todo-main-file) (file ,(expand-file-name "laundry.org" oni-org-capture-template-directory)) :immediate-finish t)) +(oni-org--map-put org-capture-templates "cm" + `("Morning Checklist" entry (file ,oni-org-todo-main-file) + (file ,(expand-file-name "morning-checklist.org" oni-org-capture-template-directory)) + :immediate-finish t)) + (defun oni-org-insert-link (title entry) (interactive (let ((collection (mapcar -- cgit v1.3-2-g0d8e