diff options
| author | Sacha Chua <sacha@sachachua.com> | 2022-10-14 20:26:39 -0400 | 
|---|---|---|
| committer | Sacha Chua <sacha@sachachua.com> | 2022-10-14 20:26:39 -0400 | 
| commit | 225324927cb62588f1e0a542e905556a5a139e1c (patch) | |
| tree | d135c648c289b1d96c1c43d89291e24d5103cc24 | |
| parent | 70bce881088df27dfe2912638ef1d43669011408 (diff) | |
| download | emacsconf-el-225324927cb62588f1e0a542e905556a5a139e1c.tar.xz emacsconf-el-225324927cb62588f1e0a542e905556a5a139e1c.zip  | |
Update the watch pages too
| -rw-r--r-- | emacsconf-publish.el | 5 | 
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"))  | 
