From 152011371ee37e38bd67227c2d7c9fca704b9be1 Mon Sep 17 00:00:00 2001 From: Sacha Chua Date: Sun, 5 Nov 2023 08:47:43 -0500 Subject: add duration to backstage, get end time properly organize bbb redirect logically, too --- emacsconf.el | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'emacsconf.el') diff --git a/emacsconf.el b/emacsconf.el index 86e7251..9432aee 100644 --- a/emacsconf.el +++ b/emacsconf.el @@ -83,6 +83,15 @@ (const :tag "Conference: Show IRC and watching info" conference) (const :tag "Resources: Don't include status" resources))) +(defcustom emacsconf-backstage-phase 'prerec + "Contros what information to include backstage. +'prerec - focus on captioning +'harvest - focus on Q&A." + :group 'emacsconf + :type '(choice + (const tag "Prerec" 'prerec) + (const tag "Q&A harvesting" 'harvest))) + (defcustom emacsconf-org-file nil "Path to the Org file with emacsconference information." :type 'file -- cgit v1.2.3