diff options
Diffstat (limited to 'oni-org/oni-org.el')
| -rw-r--r-- | oni-org/oni-org.el | 9 |
1 files changed, 7 insertions, 2 deletions
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 <tom@ryuslash.org> ;; 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 |
