From 748e2ed9c9d91cc1e90ab44669e3b64eacc02ad3 Mon Sep 17 00:00:00 2001 From: Sacha Chua Date: Tue, 28 Nov 2023 21:35:59 -0500 Subject: add lessons learned about pad --- 2023/organizers-notebook/index.org | 3 +++ 1 file changed, 3 insertions(+) (limited to '2023/organizers-notebook/index.org') 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 -- cgit v1.2.3