diff options
Diffstat (limited to 'config/doom')
-rw-r--r-- | config/doom/config.org | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/config/doom/config.org b/config/doom/config.org index 63e6977..322ae98 100644 --- a/config/doom/config.org +++ b/config/doom/config.org @@ -157,6 +157,15 @@ Shamelessly copied from https://tecosaur.github.io/emacs-config/#dictionary `("e" "Event" entry (file ,(expand-file-name "caldav.org" org-directory)) "* %?\n%^T\n%i\n%a")) + (add-to-list 'org-capture-templates + `("m" "NBG-TM Contact" entry + (file+headline ,(expand-file-name "toastmasters/NBG-membership.org" org-directory) "Guest") + "* INTRS [[notmuch-search:%:fromaddress][%:fromname]] +:PROPERTIES: +:EMAIL: %:fromaddress +:END: +Invited: %^t +")) (setq org-roam-capture-templates '(("d" "default" plain "%i\n%?" :target (file+head "%<%Y%m%d%H%M%S>-${slug}.org" |