From 322ccd2e6caaf30d1ec5d18bbfb37d0c5649bb94 Mon Sep 17 00:00:00 2001 From: Sacha Chua Date: Thu, 3 Nov 2022 20:20:11 -0400 Subject: Publish media files on PLAYING, open QA windows on CLOSED_Q --- emacsconf.el | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) (limited to 'emacsconf.el') diff --git a/emacsconf.el b/emacsconf.el index c760a3a..4b6b444 100644 --- a/emacsconf.el +++ b/emacsconf.el @@ -500,7 +500,7 @@ emacsconf-status-types 'string= "") (plist-get o :status))) (if (member (plist-get o :status) - (split-string "PLAYING CLOSED_Q OPEN_Q UNSTREAMED_Q TO_ARCHIVE TO_EXTRACT TO_FOLLOW_UP")) + (split-string "PLAYING CLOSED_Q OPEN_Q UNSTREAMED_Q TO_ARCHIVE TO_EXTRACT TO_FOLLOW_UP DONE")) (plist-put o :public t)) o) @@ -1118,12 +1118,13 @@ Filter by TRACK if given. Use INFO as the list of talks." #'emacsconf-org-after-todo-state-change t))) (defvar emacsconf-todo-hooks - '( - emacsconf-stream-play-talk-on-change ;; play the talk + '(emacsconf-stream-play-talk-on-change ;; play the talk + emacsconf-stream-open-qa-windows-on-change ;; emacsconf-erc-org-after-todo-state-change ;; announce via ERC + emacsconf-publish-media-files-on-change emacsconf-publish-bbb-redirect emacsconf-publish-backstage-org-on-state-change ;; update the backstage index - emacsconf-stream-update-talk-on-change ;; write to the talk text + emacsconf-stream-update-talk-info-on-change ;; write to the talk text ) "Functions to run when the todo state changes. They will be called with TALK.") -- cgit v1.2.3