From 8c0536ea73ba73d1204d96fd4b47b43127134ec4 Mon Sep 17 00:00:00 2001 From: Sacha Chua Date: Tue, 24 Oct 2023 14:12:20 -0400 Subject: include video file in list of resources for easier download --- emacsconf-publish.el | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'emacsconf-publish.el') diff --git a/emacsconf-publish.el b/emacsconf-publish.el index 7a55a62..4594ea1 100644 --- a/emacsconf-publish.el +++ b/emacsconf-publish.el @@ -1091,8 +1091,7 @@ Entries are sorted chronologically, with different tracks interleaved." (defun emacsconf-publish-talk-files (talk files) (seq-filter (lambda (o) - (and (string-match (concat "^" (regexp-quote (plist-get talk :file-prefix))) o) - (not (string= (plist-get talk :video-file) o)))) + (string-match (concat "^" (regexp-quote (plist-get talk :file-prefix))) o)) files)) (defun emacsconf-sum (field talks) -- cgit v1.2.3