summaryrefslogtreecommitdiffstats
path: root/emacsconf-publish.el
diff options
context:
space:
mode:
authorSacha Chua <sacha@sachachua.com>2022-11-13 13:44:04 -0500
committerSacha Chua <sacha@sachachua.com>2022-11-13 13:44:04 -0500
commit36b01a7223c568f00352f7fb8cc33684952c842c (patch)
tree03d77e55d14178c2805229f3bfa042f4a5249193 /emacsconf-publish.el
parent0d1c45f9cfd3c8054cf7c73474df554d15d630f4 (diff)
downloademacsconf-el-36b01a7223c568f00352f7fb8cc33684952c842c.tar.xz
emacsconf-el-36b01a7223c568f00352f7fb8cc33684952c842c.zip
Shift info
Diffstat (limited to 'emacsconf-publish.el')
-rw-r--r--emacsconf-publish.el3
1 files changed, 2 insertions, 1 deletions
diff --git a/emacsconf-publish.el b/emacsconf-publish.el
index e4de38d..07097a0 100644
--- a/emacsconf-publish.el
+++ b/emacsconf-publish.el
@@ -899,7 +899,8 @@ Entries are sorted chronologically, with different tracks interleaved."
(defun emacsconf-publish-backstage-org-on-state-change (talk)
(save-window-excursion
(emacsconf-with-talk-heading talk
- (when (member org-state '("PROCESSING" "TO_ASSIGN"))
+ (when (and (member org-state '("PROCESSING" "TO_ASSIGN"))
+ (not (plist-get talk :video-time)))
(emacsconf-cache-video-data talk))
(when (member org-state '("TO_CAPTION"))
(unless (or noninteractive (org-entry-get (point) "CAPTIONER"))