diff options
Diffstat (limited to '')
| -rw-r--r-- | 2022/decisions/index.org | 15 | 
1 files changed, 9 insertions, 6 deletions
diff --git a/2022/decisions/index.org b/2022/decisions/index.org index 03d4734b..1ef7d4d9 100644 --- a/2022/decisions/index.org +++ b/2022/decisions/index.org @@ -79,7 +79,7 @@ rde                                             ("workflows" . 20)))   (emacsconf-scheduling-strategies '(emacsconf-schedule-override-breaks                                      emacsconf-schedule-allocate-buffer-time -                                    )) +                                    emacsconf-schedule-tweak-allocations))   (tracks '((:label "Saturday"                     :start "2022-12-03 9:00"                     :end "2022-12-03 18:00" @@ -151,7 +151,7 @@ community                   fanfare                                             ("workflows" . 20)))   (emacsconf-scheduling-strategies '(emacsconf-schedule-override-breaks                                      emacsconf-schedule-allocate-buffer-time-at-most-max-time -                                    )) +                                    emacsconf-schedule-tweak-allocations))   (tracks '((:label "Saturday"                    :start "2022-12-03 9:00"                    :end "2022-12-03 18:00" @@ -222,7 +222,7 @@ community                   fanfare                                             ("workflows" . 20)))   (emacsconf-scheduling-strategies '(emacsconf-schedule-override-breaks                                      emacsconf-schedule-allocate-buffer-time-at-most-max-time -                                    )) +                                    emacsconf-schedule-tweak-allocations))   (tracks '((:label "Saturday"                     :start "2022-12-03 9:00"                     :end "2022-12-03 18:00" @@ -287,7 +287,8 @@ community                   fanfare                                             ("maint" . 20)                                             ("workflows" . 20)))   (emacsconf-scheduling-strategies '(emacsconf-schedule-override-breaks -                                    emacsconf-schedule-allocate-buffer-time-at-most-max-time)) +                                    emacsconf-schedule-allocate-buffer-time-at-most-max-time +                                    emacsconf-schedule-tweak-allocations))   (tracks '((:label "Saturday"                     :start "2022-12-03 9:00"                     :end "2022-12-03 18:00" @@ -351,7 +352,8 @@ community                   fanfare                                             ("maint" . 20)                                             ("workflows" . 20)))   (emacsconf-scheduling-strategies '(emacsconf-schedule-override-breaks -                                    emacsconf-schedule-allocate-buffer-time-at-most-max-time)) +                                    emacsconf-schedule-allocate-buffer-time-at-most-max-time +                                    emacsconf-schedule-tweak-allocations))   (tracks '((:label "Saturday"                     :start "2022-12-03 9:00"                     :end "2022-12-03 18:00" @@ -419,7 +421,8 @@ community                   fanfare                                             ("maint" . 20)                                             ("workflows" . 20)))   (emacsconf-scheduling-strategies '(emacsconf-schedule-override-breaks -                                    emacsconf-schedule-allocate-buffer-time-at-most-max-time)) +                                    emacsconf-schedule-allocate-buffer-time-at-most-max-time +                                    emacsconf-schedule-tweak-allocations))   (tracks '((:label "Saturday"                     :start "2022-12-03 9:00"                     :end "2022-12-03 18:00"  | 
