From c8fbc646340e0e4ed55fae2b27e237d86c5f7d48 Mon Sep 17 00:00:00 2001
From: Sacha Chua <sacha@sachachua.com>
Date: Tue, 17 Oct 2023 08:38:46 -0400
Subject: emphasize online conference

---
 2023.md                            |  2 +-
 2023/organizers-notebook/index.org | 26 +++++---------------------
 2023/talks.md                      |  2 +-
 3 files changed, 7 insertions(+), 23 deletions(-)

diff --git a/2023.md b/2023.md
index ca304734..3f0b07a8 100644
--- a/2023.md
+++ b/2023.md
@@ -22,7 +22,7 @@ love to have *your* help to make EmacsConf 2023 amazing, much like the
 previous EmacsConfs.  [[**Volunteer**|volunteer]], get
 involved, and help spread the word!
 
-We are holding EmacsConf 2023 as an online conference again this year.
+We are holding EmacsConf 2023 as an **online conference** again this year.
 We remain fully committed to freedom, and we will continue using our
 infrastructure and streaming setup consisting entirely of [free
 software][freesw], much like previous EmacsConf conferences.
diff --git a/2023/organizers-notebook/index.org b/2023/organizers-notebook/index.org
index 76fe5595..586a239b 100644
--- a/2023/organizers-notebook/index.org
+++ b/2023/organizers-notebook/index.org
@@ -41,7 +41,7 @@ This file is automatically exported from [/2023/organizers-notebook/index.org](/
 :results:
 Help wanted:
 
-- [[#lowres][Figure out a better way to handle 480p stream]] 
+- [[#audio][Find volunteers for audio processing (normalization, noise reduction) and document the process]]
 :end:
 
 #+RESULTS:
@@ -51,24 +51,7 @@ Help wanted:
 - [[#lowres][Figure out a better way to handle 480p stream]] 
 :end:
 
-#+begin_src emacs-lisp :results value replace :exports results :eval never-export
-(emacsconf-surround "Decisions to make:\n\n"
-(string-join
- (delq nil
-			 (org-map-entries
-				(lambda ()
-					(unless (or (not (org-entry-is-todo-p)) (org-entry-is-done-p))
-						(format "- %s (by %s)\n"
-										(org-link-make-string
-										 (concat "#" (org-entry-get (point) "CUSTOM_ID"))
-										 (org-entry-get (point) "ITEM"))
-										(if (org-entry-get (point) "DEADLINE")
-												(replace-regexp-in-string "[<>]" "" (org-entry-get (point) "DEADLINE"))
-											""))))
-				"decision" nil))
- "")
-"" "")
-#+end_src
+#+CALL: list-headings(heading="Decisions to make", match="decision")
 
 #+RESULTS:
 :results:
@@ -847,7 +830,8 @@ SCHEDULED: <2023-11-05 Sun>
 :CREATED:  [023-10-13 Fri 10:1]
 :END:
 
-Because the pads refer to the next and previous talks and include the talk titles, this is best done after the schedule has settled down.
+Because the pads refer to the next and previous talks and include the talk titles, this is best redone after the schedule has settled down.
+
 
 *** TODO Doublecheck prerec processing workflow
 :PROPERTIES:
@@ -947,7 +931,7 @@ CLOSED: [2023-10-13 Fri 10:08] SCHEDULED: <2023-10-08 Sun>
 :PROPERTIES:
 :CUSTOM_ID: check-reencoding
 :END:
-*** TODO Find volunteers for audio processing and document the process  :helpwanted:
+*** TODO Find volunteers for audio processing (normalization, noise reduction) and document the process :helpwanted:
 :PROPERTIES:
 :CUSTOM_ID: audio
 :END:
diff --git a/2023/talks.md b/2023/talks.md
index 48e07dc6..abb5964c 100644
--- a/2023/talks.md
+++ b/2023/talks.md
@@ -2,7 +2,7 @@
 [[!meta copyright="Copyright &copy; 2023 Sacha Chua"]]
 [[!sidebar content=""]]
 
-We're getting ready for EmacsConf 2023. Here's the line-up of talks:
+We're getting ready for EmacsConf 2023, which will once again be an **online conference**. Here's the line-up of talks:
 
 [[!inline pages="internal(2023/schedule-details)" raw="yes"]]
 
-- 
cgit v1.2.3