From 2d094589c1f3c1a173a5d897d97a05cb07623a15 Mon Sep 17 00:00:00 2001 From: Matthew Lemon Date: Mon, 8 Jul 2024 13:58:27 +0100 Subject: Capture template for Denote --- init.el | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/init.el b/init.el index 3b08382..7c3c6d0 100644 --- a/init.el +++ b/init.el @@ -1533,6 +1533,13 @@ If failed try to complete the common part with `company-complete-common'" "* %?\n%^T") ("hR" "Radicale Alt" entry (file+headline "~/Documents/org/radcal_alt.org" "Events") "* %?\n%^T") + ("hD" "Denote Home (org)" plain + (file denote-last-path) + #'denote-org-capture + :no-save t + :immediate-finish nil + :kill-buffer t + :jump-to-captured t) ("w" "Work Tasks & Notes") ("wt" "Work TODO" entry (file+headline "~/Documents/org/mod.org" "Tasks") "** TODO %?\nEntered on %U\n" -- cgit v1.2.3