From 4b0c3d02c24132dec0af2d5f57a04f5209cddbd6 Mon Sep 17 00:00:00 2001 From: Sacha Chua Date: Mon, 31 Oct 2022 14:38:51 -0400 Subject: Push talk info and play talk on streaming server --- emacsconf-publish.el | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'emacsconf-publish.el') diff --git a/emacsconf-publish.el b/emacsconf-publish.el index 29551f7..04775e5 100644 --- a/emacsconf-publish.el +++ b/emacsconf-publish.el @@ -280,13 +280,12 @@ ${chapter-list} (let ((extra-info (mapconcat #'identity (delq nil (list (unless (string= (plist-get o :pronunciation) "nil") (plist-get o :pronunciation)) - (unless (string= (plist-get o :pronouns) "nil") (plist-get o :pronouns)) (when (plist-get o :irc) (format "IRC: %s" (plist-get o :irc))) (when (plist-get o :public-email) (format "" (plist-get o :public-email))))) ", "))) - (concat (plist-get o :speakers) + (concat (plist-get o :speakers-with-pronouns) (if (> (length extra-info) 0) - (concat " (" extra-info ")") + (concat " - " extra-info) "")))) (defun emacsconf-generate-talk-page (o &optional force) -- cgit v1.2.3