From a1745f10a19bfdafe5f9543fe80dbd8621cadcaa Mon Sep 17 00:00:00 2001 From: Sacha Chua Date: Tue, 19 Nov 2024 09:05:03 -0500 Subject: change colours --- emacsconf-publish.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'emacsconf-publish.el') diff --git a/emacsconf-publish.el b/emacsconf-publish.el index 11924e8..c42d0ee 100644 --- a/emacsconf-publish.el +++ b/emacsconf-publish.el @@ -1394,7 +1394,7 @@ If MODIFY-FUNC is specified, use it to modify the talk." (if (file-exists-p (expand-file-name "include-in-index.html" emacsconf-cache-dir)) (with-temp-buffer (insert-file-contents (expand-file-name "include-in-index.html" emacsconf-cache-dir)) (buffer-string)) "") - "

Schedule by status: (gray: waiting, light yellow: processing, yellow: to assign, light green: captioning, green: to check, light blue: captioned and ready)
Updated by conf.org and the wiki repository
" + "

Schedule by status: (gray: waiting, light yellow: processing, yellow: to assign, light blue: captioning, light green: to check, green: captioned and ready)
Updated by conf.org and the wiki repository
" (let* ((emacsconf-schedule-svg-modify-functions '(emacsconf-schedule-svg-color-by-status)) (img (emacsconf-schedule-svg 800 200 info))) (with-temp-buffer -- cgit v1.2.3