From e4660754d0c4e5f2a68cec5b151f857425512171 Mon Sep 17 00:00:00 2001 From: Sacha Chua Date: Sat, 20 Dec 2025 18:30:17 -0500 Subject: harvest time --- emacsconf.el | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'emacsconf.el') diff --git a/emacsconf.el b/emacsconf.el index 8f1da84..057c6cf 100644 --- a/emacsconf.el +++ b/emacsconf.el @@ -73,7 +73,7 @@ (defcustom emacsconf-base-url "https://emacsconf.org/" "Includes trailing slash" :group 'emacsconf :type 'string) -(defcustom emacsconf-publishing-phase 'conference +(defcustom emacsconf-publishing-phase 'harvest "Controls what information to include. 'program - don't include times 'schedule - include times; use this leading up to the conference @@ -86,10 +86,10 @@ (const :tag "Program: Don't include times" program) (const :tag "Schedule: Include detailed times" schedule) (const :tag "Conference: Show IRC and watching info" conference) - (const :tag "Harvest: Extracting info" conference) + (const :tag "Harvest: Extracting info" harvest) (const :tag "Resources: Don't include status, publish all Q&A" resources))) -(defcustom emacsconf-backstage-phase 'prerec +(defcustom emacsconf-backstage-phase 'harvest "Contros what information to include backstage. 'prerec - focus on captioning 'harvest - focus on Q&A." -- cgit v1.2.3