summaryrefslogtreecommitdiffstats
path: root/2022/decisions/index.org
diff options
context:
space:
mode:
authorSacha Chua <sacha@sachachua.com>2022-11-12 10:23:07 -0500
committerSacha Chua <sacha@sachachua.com>2022-11-12 10:23:07 -0500
commiteb13b888c02586bfe126af4a5609be52e2c92d14 (patch)
treec8176f9559b1bd4b9a1caa09efe7716be0be80c9 /2022/decisions/index.org
parentf5a23048cc47cef5f49896fe1529d87fb10219bb (diff)
downloademacsconf-wiki-eb13b888c02586bfe126af4a5609be52e2c92d14.tar.xz
emacsconf-wiki-eb13b888c02586bfe126af4a5609be52e2c92d14.zip
Consider dropping back to one track?
Diffstat (limited to '2022/decisions/index.org')
-rw-r--r--2022/decisions/index.org52
1 files changed, 51 insertions, 1 deletions
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