summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSacha Chua <sacha@sachachua.com>2024-12-07 07:46:33 -0500
committerSacha Chua <sacha@sachachua.com>2024-12-07 07:46:33 -0500
commitc106ca4b00648bb4026a02090edbd8d5b780ffc8 (patch)
tree077d6dfa7a5535fd7e0a6f8e8c1874dd0c9a1615
parentf992f3daee2a1f84b203ccf3c523416a49c3a4eb (diff)
downloademacsconf-el-c106ca4b00648bb4026a02090edbd8d5b780ffc8.tar.xz
emacsconf-el-c106ca4b00648bb4026a02090edbd8d5b780ffc8.zip
YouTube
-rw-r--r--emacsconf-publish.el2
1 files changed, 1 insertions, 1 deletions
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")