From a02a450d7583cc0df9e54c7dada7aacdc3523293 Mon Sep 17 00:00:00 2001 From: Sacha Chua Date: Mon, 13 Nov 2023 10:10:25 -0500 Subject: swap windows and hyperdrive so that maybe Prot can join Q&A --- 2023/organizers-notebook/index.org | 23 ++++++++++++++++++----- 1 file changed, 18 insertions(+), 5 deletions(-) (limited to '2023/organizers-notebook/index.org') diff --git a/2023/organizers-notebook/index.org b/2023/organizers-notebook/index.org index 85f28ab9..c464612b 100644 --- a/2023/organizers-notebook/index.org +++ b/2023/organizers-notebook/index.org @@ -532,10 +532,10 @@ These times are in EST (GMT-5). (emacsen) (lunch :start "12:00") gc - hyperdrive + (windows) lspocaml test - (windows) + hyperdrive )) (setq emacsconf-schedule-draft (emacsconf-schedule-prepare (emacsconf-schedule-inflate-sexp emacsconf-schedule-plan))) (prog1 (string-join (emacsconf-schedule-validate emacsconf-schedule-draft) "\n") @@ -637,8 +637,9 @@ These times are in EST (GMT-5). :END: - *Schedule changes after the schedule FYI email from 2023-10-05*: + - [2023-11-13 Mon] Swapped emacsconf:hyperdrive with emacsconf:windows just in case Prot can join - [2023-11-04 Sat] Moved emacsconf:emacsen earlier to accommodate live session, moved emacsconf:test later to accommodate travel - - [2023-10-31 Tue] Cancelled hn, added emacsconf:doc before emacsconf:emacsconf + - [2023-10-31 Tue] Cancelled hn, added emacsconf:doc before emacsconf:emacsconf - Moved [[emacsconf:hyperdrive][hyperdrive]] talk to general track; removed afternoon break. Changed emacsconf:solo, emacsconf:unentangling, emacsconf:ref, emacsconf:devel, emacsconf:sat-close, emacsconf:overlay, emacsconf:eval, emacsconf:repl, emacsconf:hyperdrive, and emacsconf:world, but none of the talks moved by 2 hours or more, so no extra e-mails needed for now. - [2023-10-08 Sun] Added [[emacsconf:core]]. Moved [[emacsconf:hyperdrive]] to Sun afternoon. - [2023-10-09 Mon] Renamed =extending= to emacsconf:world and moved it to the morning to accommodate IST. @@ -703,8 +704,8 @@ These times are in EST (GMT-5). *** DONE E-mail all the speakers a link to the draft schedule CLOSED: [2023-10-05 Thu 15:38] so that they can confirm that I've got their availability correctly coded and ask for any adjustments in case they really want to attend someone else's Q&A session -*** TODO Announce schedule publicly -SCHEDULED: <2023-10-25 Wed> +*** DONE Announce schedule publicly +CLOSED: [2023-11-11 Sat 08:38] SCHEDULED: <2023-10-25 Wed> *** DONE Incorporate "About the speaker" info on the wiki pages :conforg: CLOSED: [2023-10-13 Fri 11:04] @@ -758,6 +759,18 @@ and we can have space in the schedule if they cancel last-minute. | 480p | | Delegated to corwin | | Audio processing | | Help wanted | #+END: +*** Status + +#+begin_src emacs-lisp :results silent :exports none +(let* ((emacsconf-schedule-svg-modify-functions '(emacsconf-schedule-svg-color-by-status)) + (emacsconf-use-absolute-url t) + (img (emacsconf-schedule-svg 800 200 (emacsconf-publish-prepare-for-display (emacsconf-get-talk-info))))) + (with-temp-file "schedule.svg" + (svg-print img) + (buffer-string))) +#+end_src + +[[my-include:schedule.svg]] *** DONE Upload :PROPERTIES: -- cgit v1.2.3