diff options
Diffstat (limited to 'lib/doc')
-rw-r--r-- | lib/doc/jao-org-notes.el | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/lib/doc/jao-org-notes.el b/lib/doc/jao-org-notes.el index 1b8c3f8..9caec57 100644 --- a/lib/doc/jao-org-notes.el +++ b/lib/doc/jao-org-notes.el @@ -106,8 +106,9 @@ (insert "\n")) (defun jao-org-notes--template (k) - `(,k "Note" plain (file jao-org-notes-open-or-create) "\n- %a " - :immediate-finish t :jump-to-captured t)) + `(,k "Note" plain (file jao-org-notes-open-or-create) + "\n- %A %c" + :jump-to-captured t)) ;;;###autoload (defun jao-org-notes-open () |