diff options
| author | Sacha Chua <sacha@sachachua.com> | 2025-12-05 17:59:00 -0500 |
|---|---|---|
| committer | Sacha Chua <sacha@sachachua.com> | 2025-12-05 17:59:00 -0500 |
| commit | 140af5ac57c8aeeb93f85cba516ee372e6375ffc (patch) | |
| tree | 083b264c251fb47b66f0857e47a04b0cabc74f77 | |
| parent | f9cdd48c6c34dbcd1c0f62091bf08f5261352f2b (diff) | |
| download | emacsconf-el-140af5ac57c8aeeb93f85cba516ee372e6375ffc.tar.xz emacsconf-el-140af5ac57c8aeeb93f85cba516ee372e6375ffc.zip | |
update values
| -rw-r--r-- | emacsconf.el | 11 |
1 files changed, 8 insertions, 3 deletions
diff --git a/emacsconf.el b/emacsconf.el index d655d7c..417f4ae 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 'resources +(defcustom emacsconf-publishing-phase 'conference "Controls what information to include. 'program - don't include times 'schedule - include times; use this leading up to the conference @@ -89,7 +89,7 @@ (const :tag "Harvest: Extracting info" conference) (const :tag "Resources: Don't include status, publish all Q&A" resources))) -(defcustom emacsconf-backstage-phase 'harvest +(defcustom emacsconf-backstage-phase 'prerec "Contros what information to include backstage. 'prerec - focus on captioning 'harvest - focus on Q&A." @@ -98,6 +98,10 @@ (const tag "Prerec" 'prerec) (const tag "Q&A harvesting" 'harvest))) +(defcustom emacsconf-publish-include-pads t "When non-nil, include Etherpad info." + :group 'emacsconf + :type 'boolean) + (defcustom emacsconf-org-file nil "Path to the Org file with emacsconference information." :type 'file @@ -1662,7 +1666,8 @@ user_id = User.find_by_email(\"emacsconf@sachachua.com\").id" (cdr group)) ", "))) (emacsconf-mail-groups (emacsconf-active-talks (emacsconf-get-talk-info))) - ""))) + "")) + (message "Copied. Run it inside the greenlight-v3 rails console.")) (defun emacsconf-load-rooms (string) "Split STRING and load them as ROOM properties. |
