diff options
author | Kjetil Orbekk <kj@orbekk.com> | 2024-08-19 17:05:41 -0400 |
---|---|---|
committer | Kjetil Orbekk <kj@orbekk.com> | 2024-08-19 17:05:41 -0400 |
commit | c2a2df5b0e0592b28e12143d28073cc4c554db0a (patch) | |
tree | 46690b49e1344ee711ab9aa3faa924e6d55c23cf | |
parent | 9f20657a36f771533c47c9a8ff175262e4c13077 (diff) |
Update
-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) |