aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--config/doom/config.org2
-rw-r--r--config/doom/snippets/notmuch-message-mode/isar-guest25
2 files changed, 26 insertions, 1 deletions
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