diff options
| -rw-r--r-- | emacs/.config/emacs/lisp/kj-org.el | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/emacs/.config/emacs/lisp/kj-org.el b/emacs/.config/emacs/lisp/kj-org.el index f6949b2..c5678f9 100644 --- a/emacs/.config/emacs/lisp/kj-org.el +++ b/emacs/.config/emacs/lisp/kj-org.el @@ -10,9 +10,9 @@ org-return-follows-link t ) - (add-to-list 'org-capture-templates - '("s" "Sailing entry" entry (file+datetree "~/org/roam/sailing.org") - "* %t%^{LOCATION|Brooklyn}p\n%^{VESSEL|J80}p%^{SKIPPER}p\n%?")) + (setopt org-capture-templates + '(("s" "Sailing entry" plain (file+datetree "~/org/roam/sailing.org") + "%^{LOCATION|Brooklyn}p\n%^{VESSEL|J80}p%^{SKIPPER}p\n%?"))) ;; Install the link type (org-add-link-type "notmuch" 'org-notmuch-open) |
