From 7369d31e588964d97c125c4676224ef6a288158d Mon Sep 17 00:00:00 2001 From: Sacha Chua Date: Thu, 17 Nov 2022 20:05:54 -0500 Subject: Add text to approval e-mail --- 2022/organizers-notebook/index.org | 23 +++++++++++++++-------- 1 file changed, 15 insertions(+), 8 deletions(-) (limited to '2022') diff --git a/2022/organizers-notebook/index.org b/2022/organizers-notebook/index.org index 76833b87..6a5ceaae 100644 --- a/2022/organizers-notebook/index.org +++ b/2022/organizers-notebook/index.org @@ -4287,12 +4287,16 @@ Sacha Chua (if (string= (plist-get talk :captioner) "sachac") "" (format "%s volunteered to edit the captions for your video. " (assoc-default "NAME_SHORT" captioner-info))) + :intro-note + (emacsconf-surround + "${wrap}Also, I drafted a quick intro for the host to read. Let me know if you want to tweak this: " (plist-get talk :intro-note) "\n\n" + "") :captioner-thanks (if (string= (plist-get talk :captioner) "sachac") - "It was fun working on your captions. Thanks!" - (format "%s: Thank you for editing the captions!" (assoc-default "NAME_SHORT" captioner-info))) - :captions (with-temp-buffer (insert-file-contents captions) (buffer-string)))) - (mml-attach-file captions "text/vtt" "Subtitles" "attachment"))) + "" + (format "%s: Thank you for editing the captions!\n\n" (assoc-default "NAME_SHORT" captioner-info))) + :captions (with-temp-buffer (insert-file-contents captions) (buffer-string))) + (mml-attach-file captions "text/vtt" "Subtitles" "attachment")))) #+end_src **** Template @@ -4312,13 +4316,16 @@ caption it so that more people can find and enjoy your talk. ${captioner-volunteered} I've attached the caption text file in case you want to review it, suggest any corrections, or use the text in a blog post or elsewhere. You can look at the attached file or watch -your video with closed captions at ${url} (username: emacsconf, +your video with closed captions at ${url}#${slug} (username: emacsconf, password: ${password}). I've also included the captions at the end of -this e-mail for your convenience. Thanks again for your contribution! +this e-mail for your convenience. -${captioner-thanks} +${intro-note}Do you have a bio or social/donation links you'd like us +to add to the wiki page for your talk? -Sacha +Thanks again for your contribution! + +${captioner-thanks}Sacha ${captions} -- cgit v1.2.3