diff options
author | Óscar Nájera <hi@oscarnajera.com> | 2022-05-07 19:15:51 +0200 |
---|---|---|
committer | Óscar Nájera <hi@oscarnajera.com> | 2022-05-07 19:15:51 +0200 |
commit | 2af2eab6b7654709e954b27cae7ce25d789dc7eb (patch) | |
tree | 2e0e51bb48cff7242d069a5b93bc65f928f9ec88 /config | |
parent | a5555bc3ce4a000fc590119bbc574b6a8b8bcb26 (diff) | |
download | dotfiles-2af2eab6b7654709e954b27cae7ce25d789dc7eb.tar.gz dotfiles-2af2eab6b7654709e954b27cae7ce25d789dc7eb.tar.bz2 dotfiles-2af2eab6b7654709e954b27cae7ce25d789dc7eb.zip |
Isar-speak inquires captures
Diffstat (limited to 'config')
-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. |