diff options
| -rw-r--r-- | emacsconf-schedule.el | 5 | 
1 files changed, 3 insertions, 2 deletions
diff --git a/emacsconf-schedule.el b/emacsconf-schedule.el index 293e3e5..145134b 100644 --- a/emacsconf-schedule.el +++ b/emacsconf-schedule.el @@ -431,7 +431,8 @@ Pairs with `emacsconf-schedule-dump-sexp'."  Processing: palegoldenrod,  Waiting to be assigned a captioner: yellow,  Captioning in progress: lightgreen, -Ready to stream: green, +To check: green, +Ready to stream: blue,  Other status: gray"    (unless (plist-get o :invalid)      (dom-set-attribute node 'fill @@ -447,7 +448,7 @@ Other status: gray"                           ("TO_CHECK"                            "green")                           ("TO_STREAM" -                          "darkgreen") +                          "lightblue")  												 ("TODO"  													"lightgray")                           (_ "gray")))))  | 
