aboutsummaryrefslogtreecommitdiffstats
path: root/oni-org/oni-org.el
diff options
context:
space:
mode:
Diffstat (limited to 'oni-org/oni-org.el')
-rw-r--r--oni-org/oni-org.el10
1 files changed, 9 insertions, 1 deletions
diff --git a/oni-org/oni-org.el b/oni-org/oni-org.el
index bfebb79..c011558 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.0327.005146
+;; Version: 2026.0519.025420
;; 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
@@ -1068,6 +1068,14 @@ CLOSED: %(setq oni-org--capture-D-date (format-time-string (org-time-stamp-forma
(delete-file (buffer-file-name (org-capture-get :buffer)) t)
(kill-buffer (org-capture-get :buffer))))))
+(oni-org--map-put org-capture-templates "c"
+ '("Chores"))
+
+(oni-org--map-put org-capture-templates "cl"
+ `("Laundry" entry (file "")
+ (file ,(expand-file-name "laundry.org" oni-org-capture-template-directory))
+ :immediate-finish t))
+
(defun oni-org-insert-link (title entry)
(interactive
(let ((collection (mapcar