From c106ca4b00648bb4026a02090edbd8d5b780ffc8 Mon Sep 17 00:00:00 2001
From: Sacha Chua <sacha@sachachua.com>
Date: Sat, 7 Dec 2024 07:46:33 -0500
Subject: YouTube

---
 emacsconf-publish.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/emacsconf-publish.el b/emacsconf-publish.el
index b01ae27..4e906ab 100644
--- a/emacsconf-publish.el
+++ b/emacsconf-publish.el
@@ -2127,7 +2127,7 @@ This video is available under the terms of the Creative Commons Attribution-Shar
 				(kill-new (emacsconf-talk-file talk "--main.webm"))
 				(message "Video: %s - press any key" (emacsconf-talk-file talk "--main.webm"))
 				(when (eq (read-char) ?q) (throw 'done t))
-				(emacsconf-publish-video-description talk t)
+				(kill-new (emacsconf-publish-video-description talk t))
 				(message "Copied description - press any key")
 				(when (eq (read-char) ?q) (throw 'done t))
 				(when (emacsconf-talk-file talk "--main.vtt")
-- 
cgit v1.2.3