From 5d29a3a6861c618c094e625c9119b57dc1e7222b Mon Sep 17 00:00:00 2001 From: Sacha Chua Date: Tue, 24 Oct 2023 13:52:04 -0400 Subject: autopilot --- emacsconf.el | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'emacsconf.el') diff --git a/emacsconf.el b/emacsconf.el index b10d194..9d70ad1 100644 --- a/emacsconf.el +++ b/emacsconf.el @@ -1260,9 +1260,10 @@ The subheading should match `emacsconf-abstract-heading-regexp'." :youtube-studio-url "https://studio.youtube.com/video/UEJ88c7MJq0/livestreaming" :toobnix-url "https://toobnix.org/w/7t9X8eXuSby8YpyEKTb4aj" :start "09:00" :end "17:00" + :uid 2002 :vnc-display ":5" :vnc-port "5905" - :auto-pilot t + :autopilot t :status "offline") (:name "Development" :color "skyblue" :id "dev" :channel "emacsconf-dev" :watch "https://live.emacsconf.org/2022/watch/dev/" @@ -1273,10 +1274,11 @@ The subheading should match `emacsconf-abstract-heading-regexp'." :youtube-studio-url "https://studio.youtube.com/video/PMaoF-xa1b4/livestreaming" :stream ,(concat emacsconf-stream-base "dev.webm") :480p ,(concat emacsconf-stream-base "dev-480p.webm") + :uid 2003 :start "10:00" :end "17:00" :vnc-display ":6" :vnc-port "5906" - :auto-pilot t + :autopilot t :status "offline"))) (defun emacsconf-get-track (name) -- cgit v1.2.3