From 225324927cb62588f1e0a542e905556a5a139e1c Mon Sep 17 00:00:00 2001 From: Sacha Chua Date: Fri, 14 Oct 2022 20:26:39 -0400 Subject: Update the watch pages too --- emacsconf-publish.el | 5 ++--- 1 file 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 "
Cancelled:
" - (mapconcat (lambda (talk) (format "
  • %s - %s
  • " - emacsconf-year - (plist-get talk :slug) + (mapconcat (lambda (talk) (format "
  • %s - %s
  • " (plist-get talk :title) (plist-get talk :speakers))) cancelled "\n")) -- cgit v1.2.3