summaryrefslogtreecommitdiffstats
path: root/emacsconf-stream.el
diff options
context:
space:
mode:
authorEmacsConf <emacsconf-org@gnu.org>2022-11-02 05:26:09 -0700
committerEmacsConf <emacsconf-org@gnu.org>2022-11-02 05:26:09 -0700
commita737e350040516537ea797af3127b32c73c31365 (patch)
tree5ab32398f0f8f31483f3b81621e754a027a1b6c0 /emacsconf-stream.el
parent0810adbf44ada274108b40bd96a6001e8fecbcdb (diff)
downloademacsconf-el-a737e350040516537ea797af3127b32c73c31365.tar.xz
emacsconf-el-a737e350040516537ea797af3127b32c73c31365.zip
Fix stream to set talk info
Diffstat (limited to 'emacsconf-stream.el')
-rw-r--r--emacsconf-stream.el2
1 files changed, 1 insertions, 1 deletions
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."