diff options
author | Matthew Lemon <y@yulqen.org> | 2024-07-08 13:58:27 +0100 |
---|---|---|
committer | Matthew Lemon <y@yulqen.org> | 2024-07-08 13:58:27 +0100 |
commit | 2d094589c1f3c1a173a5d897d97a05cb07623a15 (patch) | |
tree | acb86c74dc48f17d32ad99141f7856ac153166e7 | |
parent | 6af62bdc4abd962a5c964759f4eb99adff65d0c6 (diff) |
Capture template for Denote
-rw-r--r-- | init.el | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -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" |