From 05e815dd879a14d43ea4a37074513f6c8143efeb Mon Sep 17 00:00:00 2001 From: Sacha Chua Date: Tue, 30 Dec 2025 19:26:55 -0500 Subject: toobnix cleanup --- emacsconf.el | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'emacsconf.el') diff --git a/emacsconf.el b/emacsconf.el index d95a26d..cd82d54 100644 --- a/emacsconf.el +++ b/emacsconf.el @@ -662,8 +662,9 @@ If INFO is specified, limit it to that list." (:sched-note "SCHED_NOTE") (:hyperlist-note "HYPERLIST_NOTE") ;; Extraction - (:qa-youtube "QA_YOUTUBE") - (:qa-toobnix "QA_TOOBNIX") + (:qa-youtube-url "QA_YOUTUBE_URL") + (:qa-toobnix-url "QA_TOOBNIX_URL") + (:qa-video-file "QA_VIDEO_FILE") (:bbb-playback "BBB_PLAYBACK") ;; Old (:alternate-apac "ALTERNATE_APAC") @@ -800,7 +801,7 @@ The subheading should match `emacsconf-abstract-heading-regexp'." (time-less-p (plist-get o :start-time) (current-time))) (plist-put o :public t)) - (when (eq emacsconf-publishing-phase 'resource) + (when (eq emacsconf-publishing-phase 'resources) (plist-put o :qa-public t)) o) -- cgit v1.2.3