summaryrefslogtreecommitdiffstats
path: root/emacsconf-schedule.el
diff options
context:
space:
mode:
authorSacha Chua <sacha@sachachua.com>2023-10-02 08:31:09 -0400
committerSacha Chua <sacha@sachachua.com>2023-10-02 08:31:09 -0400
commiteb47ad145dc5b73d91cc0a629dfc7baf724e2403 (patch)
treefcd22d7d098c232c1e44c43716f58d764ea73f02 /emacsconf-schedule.el
parentd2fe9a1a2caca2b964afe20898627326a29cd6f4 (diff)
downloademacsconf-el-eb47ad145dc5b73d91cc0a629dfc7baf724e2403.tar.xz
emacsconf-el-eb47ad145dc5b73d91cc0a629dfc7baf724e2403.zip
draft schedule
Diffstat (limited to 'emacsconf-schedule.el')
-rw-r--r--emacsconf-schedule.el7
1 files changed, 5 insertions, 2 deletions
diff --git a/emacsconf-schedule.el b/emacsconf-schedule.el
index 885cada..34ac5f6 100644
--- a/emacsconf-schedule.el
+++ b/emacsconf-schedule.el
@@ -720,9 +720,12 @@ If emacsconf-schedule-apply is non-nil, update `emacsconf-org-file' and the wiki
(when (and (boundp 'emacsconf-schedule-apply) emacsconf-schedule-apply)
(emacsconf-schedule-update-from-info schedule))
(with-temp-file ,filename
- (svg-print (emacsconf-schedule-svg 800 200 schedule)))
+ (svg-print (emacsconf-schedule-svg 800 400 schedule)))
(clear-image-cache)
- (mapconcat (lambda (o) (format "- %s\n" o)) (append validation (list (format "[[file:%s]]" filename))))))
+ (mapconcat (lambda (o) (format "- %s\n" o))
+ validation
+ ;; (append validation (list (format "[[file:%s]]" filename)))
+ )))
(when (and (boundp 'emacsconf-schedule-apply) emacsconf-schedule-apply)
(emacsconf-publish-before-pages)
(emacsconf-publish-schedule)