summaryrefslogtreecommitdiffstats
path: root/2022/decisions/index.org
diff options
context:
space:
mode:
Diffstat (limited to '2022/decisions/index.org')
-rw-r--r--2022/decisions/index.org20
1 files changed, 10 insertions, 10 deletions
diff --git a/2022/decisions/index.org b/2022/decisions/index.org
index 47f65882..ff7788a2 100644
--- a/2022/decisions/index.org
+++ b/2022/decisions/index.org
@@ -47,13 +47,11 @@ wherever the private conf org file is.
:PROPERTIES:
:CUSTOM_ID: back-to-one
:END:
-
-#+begin_src emacs-lisp :exports results :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)
+- 45 minutes lunch, 5 minutes between talks, two 5-minute breaks per day
+- Color indicates talk status (gray: waiting, light yellow: processing, yellow: to assign, light green: captioning, green: captioned and ready)
+
+#+begin_src emacs-lisp :exports results :var filename="schedule-option-back-to-one.svg" :eval never-export
(emacsconf-schedule-test
filename
(emacsconf-time-constraints
@@ -65,10 +63,10 @@ wherever the private conf org file is.
'(("Saturday, December 3" :start "2022-12-03 09:00")
sat-open
journalism handwritten rolodex
+science
+break buddy meetups buttons workflows lunch devel health realestate indieweb orgvm orgsuperlinks
break
-science buddy meetups buttons workflows lunch devel health realestate break indieweb orgvm
-orgsuperlinks
- school jupyter community fanfare hyperorg localizing
+ school jupyter community hyperorg localizing fanfare
sat-close
("Sunday, December 4" :start "2022-12-04 09:00")
sun-open
@@ -76,15 +74,17 @@ orgsuperlinks
eshell detached justl
asmblox lunch
sqlite
- async eev python grail mail break maint dbus wayland haskell
+ async eev python mail break maint dbus wayland grail 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-round-start-to-five
emacsconf-schedule-allocate-buffer-time-at-most-max-time))
)
#+end_src