summaryrefslogtreecommitdiffhomepage
path: root/lib/doc/jao-org-notes.el
diff options
context:
space:
mode:
Diffstat (limited to 'lib/doc/jao-org-notes.el')
-rw-r--r--lib/doc/jao-org-notes.el5
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 ()