summaryrefslogtreecommitdiffstats
path: root/organizers-notebook/index.org
diff options
context:
space:
mode:
Diffstat (limited to 'organizers-notebook/index.org')
-rw-r--r--organizers-notebook/index.org41
1 files changed, 41 insertions, 0 deletions
diff --git a/organizers-notebook/index.org b/organizers-notebook/index.org
index a80986e1..47c45691 100644
--- a/organizers-notebook/index.org
+++ b/organizers-notebook/index.org
@@ -119,6 +119,7 @@ Put inside double square brackets: =!template id=pagedraft=
- It’s easier for us to extend beyond 5pm than to go before 9am
(especially for Pacific time). Extending beyond 5pm puts strain on
European organizers and volunteers, though.
+- Put the speaker introduction right after the talk description for easier web page copying.
** Process proposals
1. In the private repository, create a conf.org.
@@ -146,3 +147,43 @@ When proposals come in:
SLUG, EMAIL, NAME_SHORT, CUSTOM_ID,
TRACK, TIMEZONE, CATEGORY, DATE_SUBMITTED,
PUBLIC_EMAIL
+** Accept proposals
+
+Setup:
+
+1. Create YYYY/talks.md.
+
+For each talk:
+
+1. Set up "Talk abstract" and "Talk details" sections in the conf.org talk subtree.
+2. Change status to ~TO_CONFIRM~.
+3. Create wiki page with ~emacsconf-publish-add-talk~.
+4. Use ~emacsconf-publish-info-pages~ and ~emacsconf-publish-schedule~ as needed.
+5. Send acceptance e-mail with ~emacsconf-mail-accept-talk~
+** Draft schedule
+:PROPERTIES:
+:CUSTOM_ID: draft-schedule
+:END:
+- Create entries for opening and closing remarks
+ - FIXED: t
+ - SCHEDULED
+ - TIME: 10
+ - BUFFER: 0
+ - CUSTOM_ID:
+ - SLUG:
+ - Q_AND_A: pad
+- Create draft-schedule section in the public organizers notebook for the year
+- Add missing items to plan
+* Other process notes
+:PROPERTIES:
+:CUSTOM_ID: other
+:END:
+** Adding another user to BBB
+:PROPERTIES:
+:CUSTOM_ID: bbb-user
+:END:
+
+#+begin_src ssh :eval no
+ssh bbb.emacsverse.org
+docker exec -it greenlight-v2 bundle exec rake user:create["USERNAME","EMAIL","PASSWORD","user"]
+#+end_src