From 3697c088e5858e11a8163348c96c5ab00687fa19 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=93scar=20N=C3=A1jera?= Date: Wed, 25 May 2022 10:34:41 +0200 Subject: isar-speak capture and response --- config/doom/config.org | 2 +- .../doom/snippets/notmuch-message-mode/isar-guest | 25 ++++++++++++++++++++++ 2 files changed, 26 insertions(+), 1 deletion(-) create mode 100644 config/doom/snippets/notmuch-message-mode/isar-guest diff --git a/config/doom/config.org b/config/doom/config.org index 18a4173..330fd20 100644 --- a/config/doom/config.org +++ b/config/doom/config.org @@ -107,7 +107,7 @@ Shamelessly copied from https://tecosaur.github.io/emacs-config/#dictionary "caldav.org" org-directory)) "* %?\n%^T\n%i\n%a")) (add-to-list 'org-capture-templates - `("Isar-Speak Contact" + `("i" "Isar-Speak Contact" entry (file ,(expand-file-name "Isar-Speak.org" org-directory)) "* INTRS [[notmuch-search:from:%:fromaddress][%:fromname]] :PROPERTIES: diff --git a/config/doom/snippets/notmuch-message-mode/isar-guest b/config/doom/snippets/notmuch-message-mode/isar-guest new file mode 100644 index 0000000..f02a18f --- /dev/null +++ b/config/doom/snippets/notmuch-message-mode/isar-guest @@ -0,0 +1,25 @@ +# -*- mode: snippet -*- +# name: isar-guest +# key: isar-guest +# -- +Dear ${1:`(-> (message-fetch-field "to") (mail-extract-address-components) (car))`} + +Feel free to join us in our next meeting on ${2:MeetingDate}. + +Our next meeting takes place in hybrid setup in our venue at. + +Freiraum +Saarstr. 5 +80797 Munich + +Or online +http://us02web.zoom.us/j/81976247400 + +Meeting starts at 19:00 CEST. If you come onsite, please plan +your time accordingly to find the venue. We are already there 30min +earlier to setup the room. Online: dial-in just in time. + +Looking forward to seeing you. + +Cheers, +Oscar \ No newline at end of file -- cgit v1.2.3