From fd507da44a491bfdc8d87139c4c366a3f1f1b83b Mon Sep 17 00:00:00 2001 From: Sacha Chua Date: Thu, 24 Nov 2022 10:31:45 -0500 Subject: add title to schedule --- emacsconf-publish.el | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'emacsconf-publish.el') diff --git a/emacsconf-publish.el b/emacsconf-publish.el index fd2949b..9d82335 100644 --- a/emacsconf-publish.el +++ b/emacsconf-publish.el @@ -930,6 +930,7 @@ Entries are sorted chronologically, with different tracks interleaved." :speakers (plist-get o :speakers) :q-and-a (plist-get o :q-and-a) :qa-link (plist-get o :qa-link) + :watch (plist-get o :watch-url) :note (string-join (delq nil @@ -1714,7 +1715,7 @@ This video is available under the terms of the Creative Commons Attribution-Shar (mapconcat (lambda (track) (emacsconf-replace-plist-in-string track - "${name}${channel}${stream}${id}-480p.webm")) + "
${name}
${channel}${stream}${id}-480p.webm")) emacsconf-tracks "\n") "\n\n" -- cgit v1.2.3