summaryrefslogtreecommitdiffstats
path: root/2022/organizers-notebook.org
diff options
context:
space:
mode:
authorSacha Chua <sacha@sachachua.com>2022-10-01 08:52:10 -0400
committerSacha Chua <sacha@sachachua.com>2022-10-01 08:52:10 -0400
commit03b110655ef986e112eef9251bbdbf632a806d36 (patch)
treebfac78e668f99072bb2f54511191791f64f78008 /2022/organizers-notebook.org
parentb2b72223a254c408613071b661c38c93614dc47a (diff)
downloademacsconf-wiki-03b110655ef986e112eef9251bbdbf632a806d36.tar.xz
emacsconf-wiki-03b110655ef986e112eef9251bbdbf632a806d36.zip
Show more days in agenda
Diffstat (limited to '2022/organizers-notebook.org')
-rw-r--r--2022/organizers-notebook.org72
1 files changed, 34 insertions, 38 deletions
diff --git a/2022/organizers-notebook.org b/2022/organizers-notebook.org
index a8525687..e6934416 100644
--- a/2022/organizers-notebook.org
+++ b/2022/organizers-notebook.org
@@ -105,25 +105,6 @@ Look for the TO_CONFIRM status
*** TODO Send people schedule information and doublecheck their availability/Q&A preference :sachac:email:
SCHEDULED: <2022-10-16 Sun>
-*** Archive :ARCHIVE:
-
-**** CANCELLED Allocate extra time if possible; send e-mail :sachac:
-CLOSED: [2022-09-30 Fri 18:13] SCHEDULED: <2022-10-02 Sun>
-:PROPERTIES:
-:ARCHIVE_TIME: 2022-10-01 Sat 00:38
-:END:
-
-
-**** DONE Review metadata for speakers in conf.org :zaeph:
-CLOSED: [2022-10-01 Sat 00:37] SCHEDULED: <2022-09-23 Fri>
-:PROPERTIES:
-:ARCHIVE_TIME: 2022-10-01 Sat 00:38
-:END:
-
-See the bottom of conf.org for some automated validation
-
-
-
** Projects and other long-running tasks
Ordered by importance.
@@ -200,22 +181,6 @@ DEADLINE: <2022-11-11 Fri>
*** TODO Create Org heading for scheduling caption team's live IRC duty shifts :dto:
DEADLINE: <2022-09-30 Fri>
-*** STANDBY Add nice-to-have stuff to prepare.md :zaeph:
-- org-reveal config
-- SIL fonts choice
-
-*** Archive :ARCHIVE:
-**** DONE Write preparation instructions :zaeph:
-CLOSED: [2022-09-29 Thu 20:45] DEADLINE: <2022-09-26 Mon>
-:PROPERTIES:
-:ARCHIVE_TIME: 2022-10-01 Sat 00:33
-:END:
-2021/prepare.md can be reused.
-
-Extra stuff to consider adding:
-- DONE Suggestions for themes (especially wrt colourscape)
-- DONE “Please don’t squeeze your talk by fast-forwarding your speech. Trimming silences and filler words can help, though. Sometimes it's easier to write, record, and edit your voiceover, and then record the video to go along with it."
-- DONE Allowing speakers to plant questions, esp. to cover tangential stuff that couldn’t fit in the prerec
*** Move scheduling and publishing code to Emacs on a VPS so that other people can help out :sachac:
Ideal:
- Update pages with watching information, additional resources, etc. as talks go live
@@ -230,6 +195,10 @@ Where:
- [ ] Publishing to the wiki
- [ ] Consult and Embark shortcuts for navigation
+*** STANDBY Add nice-to-have stuff to prepare.md :zaeph:
+- org-reveal config
+- SIL fonts choice
+
** TODO Write viewing instructions :zaeph:
Extra stuff to consider adding:
- Suggestions for mpv-filter to invert colourscape.
@@ -261,7 +230,6 @@ Extra stuff to consider adding:
List of talks: https://emacsconf.org/talks/
** Archive :ARCHIVE:
-*** DONE Review the submissions in the pad (see emacsconf-org-private or conf.org for the link) and add any objections or comments by Sept 26 for possible [[*Early speaker notification][early speaker notification]], Oct 7 for everything :organizers:
CLOSED: [2022-09-29 Thu 20:29] DEADLINE: <2022-09-26 Mon>
:PROPERTIES:
:ARCHIVE_TIME: 2022-10-01 Sat 00:33
@@ -1272,7 +1240,33 @@ Make a table of the form
*** People have a hard time seeing dark-mode presentations (or light-mode)
mpv --vf=negate $url
-* Task archive
+* Task archive :ARCHIVE:
+
+** DONE Write preparation instructions :zaeph:
+CLOSED: [2022-09-29 Thu 20:45] DEADLINE: <2022-09-26 Mon>
+:PROPERTIES:
+:ARCHIVE_TIME: 2022-10-01 Sat 00:33
+:END:
+2021/prepare.md can be reused.
+
+Extra stuff to consider adding:
+- DONE Suggestions for themes (especially wrt colourscape)
+- DONE “Please don’t squeeze your talk by fast-forwarding your speech. Trimming silences and filler words can help, though. Sometimes it's easier to write, record, and edit your voiceover, and then record the video to go along with it."
+- DONE Allowing speakers to plant questions, esp. to cover tangential stuff that couldn’t fit in the prerec
+** CANCELLED Allocate extra time if possible; send e-mail :sachac:
+CLOSED: [2022-09-30 Fri 18:13] SCHEDULED: <2022-10-02 Sun>
+:PROPERTIES:
+:ARCHIVE_TIME: 2022-10-01 Sat 00:38
+:END:
+
+
+** DONE Review metadata for speakers in conf.org :zaeph:
+CLOSED: [2022-10-01 Sat 00:37] SCHEDULED: <2022-09-23 Fri>
+:PROPERTIES:
+:ARCHIVE_TIME: 2022-10-01 Sat 00:38
+:END:
+
+See the bottom of conf.org for some automated validation
** DONE Review the submissions in the pad (see emacsconf-org-private or conf.org for the link) and add any objections or comments by Sept 26 for possible [[*Early speaker notification][early speaker notification]], Oct 7 for everything :organizers:
CLOSED: [2022-09-29 Thu 20:29] DEADLINE: <2022-09-26 Mon>
- zaeph: will start reviewing on Sep 21
@@ -2202,8 +2196,10 @@ Meant to be used with `after-save-hook'."
(org-agenda-tag-filter-preset (list (when emacsconf-org-tag (concat "+" emacsconf-org-tag))))
(org-agenda-custom-commands `(("a" "Agenda"
((agenda ,tag-filter)
- (tags-todo ,(concat tag-filter "-SCHEDULED={.+}-DEADLINE={.+}")))))))
+ (tags-todo ,(concat tag-filter "-SCHEDULED={.+}-DEADLINE={.+}")))
+ ((org-agenda-span 14))))))
(org-agenda nil "a")))
+ #+end_src
** Process review comments from pad
see emacsconf-import-comments-from-etherpad-text