summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--emacsconf-publish.el3
1 files changed, 2 insertions, 1 deletions
diff --git a/emacsconf-publish.el b/emacsconf-publish.el
index 650173b..d590dc6 100644
--- a/emacsconf-publish.el
+++ b/emacsconf-publish.el
@@ -347,7 +347,8 @@
(file-name-nondirectory video-file)))
:captions
(and (stringp video-file)
- (plist-get talk :captions-edited)
+ (or (plist-get talk :captions-edited)
+ (emacsconf-captions-edited-p (expand-file-name (emacsconf-talk-file talk "--main.vtt") emacsconf-cache-dir)))
(let ((tracks
(emacsconf-video-subtitle-tracks
(or (plist-get talk :caption-file)