From eb13b888c02586bfe126af4a5609be52e2c92d14 Mon Sep 17 00:00:00 2001 From: Sacha Chua Date: Sat, 12 Nov 2022 10:23:07 -0500 Subject: Consider dropping back to one track? --- 2022/decisions/index.org | 52 +++++++++++++++++++++++++++++++++++++++++++++++- 1 file changed, 51 insertions(+), 1 deletion(-) (limited to '2022/decisions/index.org') diff --git a/2022/decisions/index.org b/2022/decisions/index.org index 7c3fb1de..de45d15e 100644 --- a/2022/decisions/index.org +++ b/2022/decisions/index.org @@ -43,7 +43,57 @@ wherever the private conf org file is. - Discussed with bandali and zaeph on #emacsconf-org - Decided on Option A with B, C, or F as fallbacks depending on volunteer roster - Better for the viewers and the volunteers - +** Option I: Drop back down to one track +:PROPERTIES: +:CUSTOM_ID: back-to-one +:END: + +#+begin_src emacs-lisp :exports none :var filename="schedule-option-back-to-one.svg" :eval never-export +(defun emacsconf-schedule-allocate-video-time (o) + (when (plist-get o :video-time) + (plist-put o :time (plist-get o :video-time))) + o) + +(emacsconf-schedule-test + filename + (emacsconf-time-constraints + '(("LUNCH" "11:30" "13:30") + ("saturday closing remarks" "16:30" "18:00") + ("sunday closing remarks" "16:30" "18:00"))) + (arranged + (emacsconf-schedule-inflate-sexp + '(("Saturday, December 3" :start "2022-12-03 09:00") + sat-open +journalism handwritten rolodex +break +science buddy meetups buttons workflows lunch devel health realestate break indieweb orgvm +orgsuperlinks + school jupyter community fanfare hyperorg localizing + sat-close + ("Sunday, December 4" :start "2022-12-04 09:00") + sun-open + survey orgyear rde lspbridge break treesitter + eshell detached justl + asmblox lunch + sqlite + async eev python grail mail break maint dbus wayland haskell + sun-close))) + (emacsconf-schedule-break-time 5) + (emacsconf-schedule-lunch-time 45) + (emacsconf-schedule-default-buffer-minutes 5) + (emacsconf-schedule-svg-modify-functions '(emacsconf-schedule-svg-color-by-status)) + (emacsconf-schedule-default-buffer-minutes-for-live-q-and-a 5) + (emacsconf-schedule-strategies '(emacsconf-schedule-override-breaks + emacsconf-schedule-allocate-video-time + emacsconf-schedule-allocate-buffer-time-at-most-max-time)) +) +#+end_src + +#+RESULTS: +:results: +- [[file:schedule-option-back-to-one.svg]] +:end: + ** Option H: Gen starts with high-level use cases, second day has Hyperbole :PROPERTIES: :CUSTOM_ID: gen-to-specific -- cgit v1.2.3