From 36b01a7223c568f00352f7fb8cc33684952c842c Mon Sep 17 00:00:00 2001 From: Sacha Chua Date: Sun, 13 Nov 2022 13:44:04 -0500 Subject: Shift info --- emacsconf-publish.el | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'emacsconf-publish.el') 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")) -- cgit v1.2.3