From 808c2d605dc93f94bd79941e2fd530035a690abb Mon Sep 17 00:00:00 2001 From: Sacha Chua Date: Tue, 29 Nov 2022 14:13:41 -0500 Subject: hyperlists --- emacsconf-schedule.el | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'emacsconf-schedule.el') diff --git a/emacsconf-schedule.el b/emacsconf-schedule.el index 7c9c060..7ce4fb5 100644 --- a/emacsconf-schedule.el +++ b/emacsconf-schedule.el @@ -149,7 +149,8 @@ Each function should take the info and manipulate it as needed, returning the ne (setq date (format-time-string "%Y-%m-%d" (date-to-time start-prop))) (setq start-prop (concat date " " start-prop))) (list - :scheduled (format-time-string (cdr org-time-stamp-formats) (date-to-time start-prop)) + :scheduled (format-time-string (cdr org-time-stamp-formats) (date-to-time start-prop) + emacsconf-timezone) :start-time (date-to-time start-prop) :fixed-time t)) (when track-prop -- cgit v1.2.3