summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthew Lemon <y@yulqen.org>2024-07-08 13:58:27 +0100
committerMatthew Lemon <y@yulqen.org>2024-07-08 13:58:27 +0100
commit2d094589c1f3c1a173a5d897d97a05cb07623a15 (patch)
treeacb86c74dc48f17d32ad99141f7856ac153166e7
parent6af62bdc4abd962a5c964759f4eb99adff65d0c6 (diff)
Capture template for Denote
-rw-r--r--init.el7
1 files changed, 7 insertions, 0 deletions
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"