diff options
author | jao <jao@gnu.org> | 2021-04-26 20:18:25 +0100 |
---|---|---|
committer | jao <jao@gnu.org> | 2021-04-26 20:18:25 +0100 |
commit | 330fd7c7fd209b7347dcfe1f3c893ae7929f44df (patch) | |
tree | 2281a1114396cca9a3be42daedafd12358d582d4 /lib/doc | |
parent | 922c9b0d5dc100cf76bd99741b8ab8dd67a6fc45 (diff) | |
download | elibs-330fd7c7fd209b7347dcfe1f3c893ae7929f44df.tar.gz elibs-330fd7c7fd209b7347dcfe1f3c893ae7929f44df.tar.bz2 |
typos and nits
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 () |