From ab299006264685aeb59a0ceac697adb03ef778f9 Mon Sep 17 00:00:00 2001 From: Sacha Chua Date: Thu, 5 Dec 2024 12:22:32 -0500 Subject: updates --- emacsconf-pad.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'emacsconf-pad.el') diff --git a/emacsconf-pad.el b/emacsconf-pad.el index e3d3692..6a79d45 100644 --- a/emacsconf-pad.el +++ b/emacsconf-pad.el @@ -696,7 +696,7 @@ ${bbb-checklist}") ;; live talk, join BBB "
  • ${start-hhmm} ${slug} live talk: it should play a prerecorded intro, but if it doesn't, join ${bbb-backstage} (mod code ${bbb-mod-code} ) and introduce talk, then turn it over to speaker for live talk: ${expanded-intro} (pronunciation: ${pronunciation})
  • ") ;; Q&A - (if (and (not (emacsconf-talk-prerecorded-p talk)) + (if (and (not (emacsconf-talk-recorded-p talk)) (not (string= (or (plist-get talk :qa-type) "none") "none"))) "
  • Continue in the BBB room for live Q&A because the talk was live
  • " (pcase (plist-get talk :qa-type) -- cgit v1.2.3