From f115e70b115e8f0c6380c5917a9649e5b2545444 Mon Sep 17 00:00:00 2001 From: jao Date: Sun, 7 Mar 2021 04:05:53 +0000 Subject: jao-org-notes: fix for capture template and keybindings --- lib/org/jao-org-notes.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/org/jao-org-notes.el') diff --git a/lib/org/jao-org-notes.el b/lib/org/jao-org-notes.el index 9cc343f..621ac12 100644 --- a/lib/org/jao-org-notes.el +++ b/lib/org/jao-org-notes.el @@ -103,7 +103,7 @@ (insert "\n")) (defun jao-org-notes--template (k) - `(,k "Note" plain (file jao-org-notes-open) "\n- %a " + `(,k "Note" plain (file jao-org-notes-open-or-create) "\n- %a " :immediate-finish t :jump-to-captured t)) ;;;###autoload -- cgit v1.2.3