diff options
author | jao <jao@gnu.org> | 2021-03-07 04:05:53 +0000 |
---|---|---|
committer | jao <jao@gnu.org> | 2021-03-07 04:06:30 +0000 |
commit | f115e70b115e8f0c6380c5917a9649e5b2545444 (patch) | |
tree | 3d3147970ca9e467f99646d1b7bbbe2382d305ac /lib | |
parent | 9b382b980d3cf604158754e7ce28090893b0f300 (diff) | |
download | elibs-f115e70b115e8f0c6380c5917a9649e5b2545444.tar.gz elibs-f115e70b115e8f0c6380c5917a9649e5b2545444.tar.bz2 |
jao-org-notes: fix for capture template and keybindings
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 |