From a737e350040516537ea797af3127b32c73c31365 Mon Sep 17 00:00:00 2001 From: EmacsConf Date: Wed, 2 Nov 2022 05:26:09 -0700 Subject: Fix stream to set talk info --- emacsconf-stream.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'emacsconf-stream.el') diff --git a/emacsconf-stream.el b/emacsconf-stream.el index 26f62e6..3ae5fe1 100644 --- a/emacsconf-stream.el +++ b/emacsconf-stream.el @@ -93,7 +93,7 @@ Files should be in YEAR/video-slug--main.webm and video-slug--main.vtt.") (defun emacsconf-stream-update-talk-info-org-after-todo-state-change () "Update talk info." (when (string= org-state "PLAYING") - (emacsconf-stream-write-talk-info (emacsconf-get-talk-info-for-subtree)))) + (emacsconf-stream-set-talk-info (emacsconf-get-talk-info-for-subtree)))) (defun emacsconf-stream-play-talk-org-after-todo-state-change () "Play the talk." -- cgit v1.2.3