diff options
author | Sacha Chua <sacha@sachachua.com> | 2024-12-07 07:46:33 -0500 |
---|---|---|
committer | Sacha Chua <sacha@sachachua.com> | 2024-12-07 07:46:33 -0500 |
commit | c106ca4b00648bb4026a02090edbd8d5b780ffc8 (patch) | |
tree | 077d6dfa7a5535fd7e0a6f8e8c1874dd0c9a1615 | |
parent | f992f3daee2a1f84b203ccf3c523416a49c3a4eb (diff) | |
download | emacsconf-el-c106ca4b00648bb4026a02090edbd8d5b780ffc8.tar.xz emacsconf-el-c106ca4b00648bb4026a02090edbd8d5b780ffc8.zip |
YouTube
-rw-r--r-- | emacsconf-publish.el | 2 |
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") |