summaryrefslogtreecommitdiffstats
path: root/2022/organizers-notebook
diff options
context:
space:
mode:
authorSacha Chua <sacha@sachachua.com>2022-11-17 20:05:54 -0500
committerSacha Chua <sacha@sachachua.com>2022-11-17 20:05:54 -0500
commit7369d31e588964d97c125c4676224ef6a288158d (patch)
tree4eec6562dbff89293bd1179a56caeff6d79a58c7 /2022/organizers-notebook
parentbfccf6a6b76d54de0b1e4e696e02b892ab09054a (diff)
downloademacsconf-wiki-7369d31e588964d97c125c4676224ef6a288158d.tar.xz
emacsconf-wiki-7369d31e588964d97c125c4676224ef6a288158d.zip
Add text to approval e-mail
Diffstat (limited to '2022/organizers-notebook')
-rw-r--r--2022/organizers-notebook/index.org23
1 files changed, 15 insertions, 8 deletions
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}