summaryrefslogtreecommitdiffstats
path: root/emacsconf.el
diff options
context:
space:
mode:
authorSacha Chua <sacha@sachachua.com>2025-12-30 19:26:55 -0500
committerSacha Chua <sacha@sachachua.com>2025-12-30 19:26:55 -0500
commit05e815dd879a14d43ea4a37074513f6c8143efeb (patch)
tree2016a7635a394c3e6329b2520be8491ad82804b4 /emacsconf.el
parent5a6f9f507be4d436a5db61bb25fbd17702b8edb9 (diff)
downloademacsconf-el-05e815dd879a14d43ea4a37074513f6c8143efeb.tar.xz
emacsconf-el-05e815dd879a14d43ea4a37074513f6c8143efeb.zip
toobnix cleanupHEADmain
Diffstat (limited to '')
-rw-r--r--emacsconf.el7
1 files changed, 4 insertions, 3 deletions
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)