From 2af2eab6b7654709e954b27cae7ce25d789dc7eb Mon Sep 17 00:00:00 2001
From: Óscar Nájera <hi@oscarnajera.com>
Date: Sat, 7 May 2022 19:15:51 +0200
Subject: Isar-speak inquires captures

---
 config/doom/config.org | 11 ++++++++++-
 1 file changed, 10 insertions(+), 1 deletion(-)

(limited to 'config')

diff --git a/config/doom/config.org b/config/doom/config.org
index 86bb058..c2579df 100644
--- a/config/doom/config.org
+++ b/config/doom/config.org
@@ -105,7 +105,16 @@ Shamelessly copied from https://tecosaur.github.io/emacs-config/#dictionary
   (add-to-list 'org-capture-templates
                `("e" "Event" entry (file ,(expand-file-name
                                            "caldav.org" org-directory))
-                 "* %?\n%^T\n%i\n%a")))
+                 "* %?\n%^T\n%i\n%a"))
+  (add-to-list 'org-capture-templates
+               `("Isar-Speak Contact"
+                 entry (file ,(expand-file-name "Isar-Speak.org" org-directory))
+                 "* INTRS [[notmuch-search:from:%:fromaddress][%:fromname]]
+:PROPERTIES:
+:EMAIL: %:fromaddress
+:END:
+Invited: %^t
+")))
 #+end_src
 ** Alerts
 This is to set the reminders of calendar events.
-- 
cgit v1.2.3