summaryrefslogtreecommitdiffstats
path: root/emacsconf.el
diff options
context:
space:
mode:
Diffstat (limited to 'emacsconf.el')
-rw-r--r--emacsconf.el9
1 files changed, 9 insertions, 0 deletions
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