summaryrefslogtreecommitdiffstats
path: root/emacsconf-pad.el
diff options
context:
space:
mode:
authorSacha Chua <sacha@sachachua.com>2024-12-05 12:22:32 -0500
committerSacha Chua <sacha@sachachua.com>2024-12-05 12:22:32 -0500
commitab299006264685aeb59a0ceac697adb03ef778f9 (patch)
tree81da2af3c4120236c910e03a67895792b6c7f8d4 /emacsconf-pad.el
parentb882f4ce6cbdb59baf47a07c635e5dd77f18d8af (diff)
downloademacsconf-el-ab299006264685aeb59a0ceac697adb03ef778f9.tar.xz
emacsconf-el-ab299006264685aeb59a0ceac697adb03ef778f9.zip
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 e3d3692..6a79d45 100644
--- a/emacsconf-pad.el
+++ b/emacsconf-pad.el
@@ -696,7 +696,7 @@ ${bbb-checklist}</li>")
;; live talk, join BBB
"<li><strong>${start-hhmm} ${slug} live talk</strong>: it should play a prerecorded intro, but if it doesn't, join ${bbb-backstage} (mod code <strong>${bbb-mod-code}</strong> ) and introduce talk, then turn it over to speaker for <strong>live talk</strong>: ${expanded-intro} (pronunciation: ${pronunciation})</li>")
;; 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")))
"<li>Continue in the BBB room for live Q&A because the talk was live</li>"
(pcase (plist-get talk :qa-type)