From 6b40f1675ca9d9a71e79eedcfeed8d1057482af9 Mon Sep 17 00:00:00 2001 From: Sacha Chua Date: Tue, 7 Jan 2025 12:10:58 -0500 Subject: add pronouns and pronunciation to pad --- emacsconf-pad.el | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/emacsconf-pad.el b/emacsconf-pad.el index 2209b6d..0a958e1 100644 --- a/emacsconf-pad.el +++ b/emacsconf-pad.el @@ -177,6 +177,8 @@ You can find it in $ETHERPAD_PATH/APIKEY.txt" "\n") "") "") + :pronouns (emacsconf-surround " (" (plist-get o :pronouns) ")" "") + :pronunciation (emacsconf-surround " - Pronunciation: " (plist-get o :pronunciation) "" "") :track-id (plist-get (emacsconf-get-track (plist-get o :track)) :id) :watch @@ -198,7 +200,7 @@ You can find it in $ETHERPAD_PATH/APIKEY.txt" "
All talks: ${talks}
${title}
-
${base-url}${url} - ${speakers} - Track: ${track}
+
${base-url}${url} - ${speakers}${pronouns}${pronunciation} - Track: ${track}
Watch/participate: ${watch}
${bbb-info}
IRC: ${irc-nick-details} https://chat.emacsconf.org/#/connect?join=emacsconf,emacsconf-${track-id} or #emacsconf-${track-id} on libera.chat network
-- cgit v1.2.3