From 99314f52017788059f501caf385979cff6efb6fc Mon Sep 17 00:00:00 2001
From: Sacha Chua <sacha@sachachua.com>
Date: Sat, 2 Nov 2024 11:31:58 -0400
Subject: tweak intros

---
 emacsconf-subed.el | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/emacsconf-subed.el b/emacsconf-subed.el
index 37daa1a..fafdf38 100644
--- a/emacsconf-subed.el
+++ b/emacsconf-subed.el
@@ -357,12 +357,12 @@ Create it if necessary."
 				 nil
 				 (* i 5000)
 				 (1- (* i 5000))
-				 (format "#+OUTPUT: %s.webm\n[[file:%s]]\n%s"
+				 (emacsconf-pad-expand-intro talk)
+				 (format "#+OUTPUT: %s.webm\n[[file:%s]]"
 								 (plist-get talk :slug)
 								 (expand-file-name
-									(concat (plist-get talk :slug) ".svg.png")
-									(expand-file-name "in-between" emacsconf-stream-asset-dir))
-								 (emacsconf-pad-expand-intro talk))))
+									(concat (plist-get talk :slug) ".png")
+									(expand-file-name "in-between" emacsconf-stream-asset-dir)))))
 			(emacsconf-publish-prepare-for-display (emacsconf-get-talk-info))))))
 
 (defvar-local emacsconf-subed-subtitle-source nil "Buffer with the intended subtitles.")
-- 
cgit v1.2.3