diff options
-rw-r--r-- | config/doom/config.org | 11 |
1 files changed, 10 insertions, 1 deletions
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. |