summaryrefslogtreecommitdiffstats
path: root/emacsconf-subed.el
diff options
context:
space:
mode:
authorSacha Chua <sacha@sachachua.com>2024-11-02 11:31:58 -0400
committerSacha Chua <sacha@sachachua.com>2024-11-02 11:31:58 -0400
commit99314f52017788059f501caf385979cff6efb6fc (patch)
treed32d5618feb7d1e094a6389ace0cedc1f9606db3 /emacsconf-subed.el
parent6e6411e7dc1ec2d5179418c1663dfdaae204fb24 (diff)
downloademacsconf-el-99314f52017788059f501caf385979cff6efb6fc.tar.xz
emacsconf-el-99314f52017788059f501caf385979cff6efb6fc.zip
tweak intros
Diffstat (limited to 'emacsconf-subed.el')
-rw-r--r--emacsconf-subed.el8
1 files 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.")