summaryrefslogtreecommitdiffstats
path: root/emacsconf-pad.el
diff options
context:
space:
mode:
authorSacha Chua <sacha@sachachua.com>2022-11-20 12:42:41 -0500
committerSacha Chua <sacha@sachachua.com>2022-11-20 12:42:41 -0500
commit8bc9980a9d30b14ac2c958eb1720d6dc04f3d8bb (patch)
tree492b75b39bc49c54d7e428563d4e868cf8212ae1 /emacsconf-pad.el
parent290fd48f280dd808c4a2552fbcee5ee514130728 (diff)
downloademacsconf-el-8bc9980a9d30b14ac2c958eb1720d6dc04f3d8bb.tar.xz
emacsconf-el-8bc9980a9d30b14ac2c958eb1720d6dc04f3d8bb.zip
Mail, schedule, volunteer updates
Diffstat (limited to 'emacsconf-pad.el')
-rw-r--r--emacsconf-pad.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/emacsconf-pad.el b/emacsconf-pad.el
index c68088d..5af8ba3 100644
--- a/emacsconf-pad.el
+++ b/emacsconf-pad.el
@@ -461,7 +461,7 @@ ${next-talk-list}
(lambda (o)
(emacsconf-replace-plist-in-string
(append (list :full-url (concat emacsconf-base-url (plist-get o :url))) o)
- "<li>${slug} - ${track}: ${title} (${speakers-with-pronouns}, Q&amp;A: ${q-and-a})<ul><li>${full-url}</li><li>Intro: </li></ul></li>"))
+ "<li>${slug} - ${track}: ${title} (${speakers-with-pronouns}, Q&amp;A: ${q-and-a})<ul><li>${full-url}</li><li>Intro: ${intro-note}</li></ul></li>"))
(emacsconf-prepare-for-display (emacsconf-get-talk-info)))
"</ul>")))
(provide 'emacsconf-pad)