diff options
author | EmacsConf <emacsconf-org@gnu.org> | 2023-12-01 20:05:09 -0500 |
---|---|---|
committer | EmacsConf <emacsconf-org@gnu.org> | 2023-12-01 20:05:09 -0500 |
commit | 844f664050509637312524cc91e6d4940b4f51b0 (patch) | |
tree | 7eece211cce6e88cfb2f47bf6bb0588c05203872 | |
parent | ab70615585257ddb641d416d3d2870a32e7d4bf3 (diff) | |
download | emacsconf-el-844f664050509637312524cc91e6d4940b4f51b0.tar.xz emacsconf-el-844f664050509637312524cc91e6d4940b4f51b0.zip |
also check actual file
-rw-r--r-- | emacsconf-publish.el | 3 |
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) |