diff options
Diffstat (limited to 'lib')
-rw-r--r-- | lib/org/jao-org-notes.el | 2 |
1 files changed, 1 insertions, 1 deletions
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 |