summaryrefslogtreecommitdiffstats
path: root/emacsconf.el
diff options
context:
space:
mode:
authorSacha Chua <sacha@sachachua.com>2022-11-24 10:31:45 -0500
committerSacha Chua <sacha@sachachua.com>2022-11-24 10:31:45 -0500
commitfd507da44a491bfdc8d87139c4c366a3f1f1b83b (patch)
tree3604adcbf345230ebda6e4c333f6d24b0b8b39ab /emacsconf.el
parent7d461d0258efef6804776541ceb318ede8fd25d8 (diff)
downloademacsconf-el-fd507da44a491bfdc8d87139c4c366a3f1f1b83b.tar.xz
emacsconf-el-fd507da44a491bfdc8d87139c4c366a3f1f1b83b.zip
add title to schedule
Diffstat (limited to 'emacsconf.el')
-rw-r--r--emacsconf.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/emacsconf.el b/emacsconf.el
index cce14b6..a3fc06c 100644
--- a/emacsconf.el
+++ b/emacsconf.el
@@ -600,7 +600,7 @@
((string-match "live" (plist-get o :q-and-a))
(plist-put o :bbb-redirect (format "https://emacsconf.org/current/%s/room/" (plist-get o :slug)))
(plist-put o :qa-info (plist-get o :bbb-redirect))
- (plist-put o :qa-link (format "<a href=\"%s\">live</a>" (plist-get o :bbb-redirect))))
+ (plist-put o :qa-link (format "<a href=\"%s\">BBB</a>" (plist-get o :bbb-redirect))))
((string-match "IRC" (plist-get o :q-and-a))
(plist-put o :qa-info (concat (emacsconf-surround "nick: " (plist-get o :irc) ", " "")
(plist-get o :channel)))