diff options
author | Sacha Chua <sacha@sachachua.com> | 2024-11-19 09:05:03 -0500 |
---|---|---|
committer | Sacha Chua <sacha@sachachua.com> | 2024-11-19 09:05:03 -0500 |
commit | a1745f10a19bfdafe5f9543fe80dbd8621cadcaa (patch) | |
tree | 403a190e025a1a40b3e27e520492f82a8da0197b /emacsconf-publish.el | |
parent | 51c17c4038400b278fcc5b78bfbbcb4a0aa7e548 (diff) | |
download | emacsconf-el-a1745f10a19bfdafe5f9543fe80dbd8621cadcaa.tar.xz emacsconf-el-a1745f10a19bfdafe5f9543fe80dbd8621cadcaa.zip |
change colours
Diffstat (limited to '')
-rw-r--r-- | emacsconf-publish.el | 2 |
1 files changed, 1 insertions, 1 deletions
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)) "") - "<p>Schedule by status: (gray: waiting, light yellow: processing, yellow: to assign, light green: captioning, green: to check, light blue: captioned and ready)<br />Updated by conf.org and the wiki repository</br />" + "<p>Schedule by status: (gray: waiting, light yellow: processing, yellow: to assign, light blue: captioning, light green: to check, green: captioned and ready)<br />Updated by conf.org and the wiki repository</br />" (let* ((emacsconf-schedule-svg-modify-functions '(emacsconf-schedule-svg-color-by-status)) (img (emacsconf-schedule-svg 800 200 info))) (with-temp-buffer |