diff options
author | Sacha Chua <sacha@sachachua.com> | 2023-11-28 21:35:59 -0500 |
---|---|---|
committer | Sacha Chua <sacha@sachachua.com> | 2023-11-28 21:35:59 -0500 |
commit | 748e2ed9c9d91cc1e90ab44669e3b64eacc02ad3 (patch) | |
tree | 780183274175e6a8eea78820abe1cdcf7b6e3475 /2023/organizers-notebook | |
parent | a0905aae71b55a09c63c8a26df0afd212f4545b1 (diff) | |
download | emacsconf-wiki-748e2ed9c9d91cc1e90ab44669e3b64eacc02ad3.tar.xz emacsconf-wiki-748e2ed9c9d91cc1e90ab44669e3b64eacc02ad3.zip |
add lessons learned about pad
Diffstat (limited to '2023/organizers-notebook')
-rw-r--r-- | 2023/organizers-notebook/index.org | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/2023/organizers-notebook/index.org b/2023/organizers-notebook/index.org index e4dcdbfe..94ce1aeb 100644 --- a/2023/organizers-notebook/index.org +++ b/2023/organizers-notebook/index.org @@ -1014,6 +1014,7 @@ Creating new rooms "Create a BBB room for this group of talks. GROUP is (email . (talk talk talk)). Needs a Spookfox connection." + (interactive (list (emacsconf-mail-complete-email-group))) (let* ((bbb-name (format "%s (%s) - %s%s" (mapconcat (lambda (o) (plist-get o :slug)) (cdr group) ", ") @@ -1720,6 +1721,8 @@ Copied it over from the previous year ** Lessons learned - Make sure timezones are on anything that has time (schedule page, watch pages, etc.) - Remember to publish the icals and schedule org files: ~emacsconf-update-schedule~. Added to the schedule-details.md. +- For really late submissions, make sure you also create the pad (~emacsconf-pad-prepopulate-talk-pad~) and the BBB room (~emacsconf-spookfox-create-bbb~). + * Progress reports :PROPERTIES: :CUSTOM_ID: progress |