summaryrefslogtreecommitdiffstats
path: root/emacsconf-publish.el
diff options
context:
space:
mode:
authorSacha Chua <sacha@sachachua.com>2022-10-14 20:26:39 -0400
committerSacha Chua <sacha@sachachua.com>2022-10-14 20:26:39 -0400
commit225324927cb62588f1e0a542e905556a5a139e1c (patch)
treed135c648c289b1d96c1c43d89291e24d5103cc24 /emacsconf-publish.el
parent70bce881088df27dfe2912638ef1d43669011408 (diff)
downloademacsconf-el-225324927cb62588f1e0a542e905556a5a139e1c.tar.xz
emacsconf-el-225324927cb62588f1e0a542e905556a5a139e1c.zip
Update the watch pages too
Diffstat (limited to 'emacsconf-publish.el')
-rw-r--r--emacsconf-publish.el5
1 files changed, 2 insertions, 3 deletions
diff --git a/emacsconf-publish.el b/emacsconf-publish.el
index 7ecaa29..3a33a2f 100644
--- a/emacsconf-publish.el
+++ b/emacsconf-publish.el
@@ -610,6 +610,7 @@ Entries are sorted chronologically, with different tracks interleaved."
"This is a *DRAFT* schedule.\n"
(let ((emacsconf-publishing-phase 'schedule))
(emacsconf-publish-format-interleaved-schedule info)))))
+ (emacsconf-publish-watch-pages)
(magit-status-setup-buffer emacsconf-directory))
(defun emacsconf-format-talk-link (talk)
@@ -684,9 +685,7 @@ Entries are sorted chronologically, with different tracks interleaved."
"\n"
(if (> (length cancelled) 0)
(format "<div class=\"cancelled\">Cancelled:<ul>%s</ul></div>"
- (mapconcat (lambda (talk) (format "<li><a href=\"/%s/talks/%s\">%s</a> - %s</li>"
- emacsconf-year
- (plist-get talk :slug)
+ (mapconcat (lambda (talk) (format "<li>%s - %s</li>"
(plist-get talk :title)
(plist-get talk :speakers)))
cancelled "\n"))