From 6c1dda5869dbc79701974c232b453378fb42fe16 Mon Sep 17 00:00:00 2001 From: Oscar Najera Date: Fri, 9 Aug 2024 16:08:36 +0200 Subject: NBG guest tracking capture with uptdated ol-notmuch --- config/doom/config.org | 8 ++++---- .../doom/snippets/notmuch-message-mode/nbg-guest | 23 +++++++++++++++++----- 2 files changed, 22 insertions(+), 9 deletions(-) (limited to 'config') diff --git a/config/doom/config.org b/config/doom/config.org index d900f63..bec9fc0 100644 --- a/config/doom/config.org +++ b/config/doom/config.org @@ -160,9 +160,9 @@ Shamelessly copied from https://tecosaur.github.io/emacs-config/#dictionary (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]] + "* INTRS [[notmuch-search:%:reply-to][%:fromname]] :PROPERTIES: -:EMAIL: %:fromaddress +:EMAIL: %:reply-to :END: Invited: %^t ")) @@ -300,7 +300,7 @@ this new window. #+begin_src emacs-lisp :tangle "packages.el" (package! notmuch :pin "c769658360e10a6d01a4134e680e2f498741bc5c") (package! org-mime :pin "cc00afcf0291633324364c1c83bfe2833cfdc1bf") -(package! ol-notmuch :pin "781c3518a537da2a8b5e8a4424f9441df463a147") +(package! ol-notmuch :pin "2704345ac8c4558c7c787d2ea0a4777607789a62") #+end_src #+BEGIN_SRC emacs-lisp (use-package! notmuch @@ -448,7 +448,7 @@ this new window. (defun on/fetch-all-email (mailbox) "Start tagmail fetch on a subprocess for MAILBOX." (interactive (list (completing-read - "Which mailbox?" + "Which mailbox? " (on/registered-mail-accounts) nil nil nil nil "all"))) (with-current-buffer (get-buffer-create "*E-mail fetch*") diff --git a/config/doom/snippets/notmuch-message-mode/nbg-guest b/config/doom/snippets/notmuch-message-mode/nbg-guest index dff6b79..b3131d6 100644 --- a/config/doom/snippets/notmuch-message-mode/nbg-guest +++ b/config/doom/snippets/notmuch-message-mode/nbg-guest @@ -4,21 +4,25 @@ # -- Dear ${1:`(-> (message-fetch-field "to") (mail-extract-address-components) (car))`}, -Glad to hear you are interested. You can always attend our meetings as guest to see if this club is beneficial for you. +Glad to hear you are interested in our Toastmasters club. You can always attend our meetings as guest to see if this club is beneficial for you. -Feel free to join us in our next meeting on ${2:MeetingDate}. +Feel free to join us in our next meeting on Monday, ${2:MeetingDate} @ 19:00 CEST. We will meet at: DAI Gleißbühlstraße 9 -90402 Nuremberg. +90402 Nuremberg If you like, I can also add you to our guest list so you always get an invite before the next meeting. -Our meetings normally begin with a warm up section that includes an impromptu speech session guests also can participate in. Then we have two to four prepared speeches. Finally, there is the speech and meeting evaluations that give us feedback on what we can improve and more importantly, what was done well. +Our meetings normally begin with a warm up section that includes an impromptu speech session where guests can also participate. Then we have two to four prepared speeches. Finally, there is the speech and meeting evaluations that give us feedback on what we can improve and more importantly, what was done well. -There is no cost for coming as guest. To participate fully, give prepared speeches, and profit from Toastmasters learning materials, you need to become a member though. There is a one-time registration fee of 25€ and a monthly cost of 12,5€ that is paid in advance by you for a six month period, though when you join you only pay the remaining months until the next renewal period (these start in October and April). +There is no cost for coming as guest. To participate fully, give prepared speeches, and profit from Toastmasters learning materials, you need to become a member though. There is a one-time registration fee of 25€ and a monthly cost of 15€ that is paid in advance by you for a six month period, though when you join you only pay the remaining months until the next renewal period (these start in October and April). + +You'll find more information in our 2 page pdf under this link: + +https://drive.google.com/file/d/1IwSBHFqNUaNJKBF9wmhXtPjbC3r7mEel/view?usp=sharing Feel free to come back to me should you have any more questions. @@ -26,3 +30,12 @@ Kind regards Oscar VP Membership Nuremberg Toastmasters Club + +Club 00008040, Area 4, Division D, District 95 +Join us at 7pm every 1st & 3rd Monday of the month +DAI, Gleißbühlstr. 9, 90402 Nuremberg + +www.nuremberg-toastmasters.de + +This message was sent to you because you have provided us with your e-mail address. +If you no longer wish to receive emails from Nuremberg Toastmasters, please reply to this email with "unsubscribe". -- cgit v1.2.3