summaryrefslogtreecommitdiffstats
path: root/emacsconf-schedule.el
diff options
context:
space:
mode:
authorSacha Chua <sacha@sachachua.com>2022-11-29 14:13:41 -0500
committerSacha Chua <sacha@sachachua.com>2022-11-29 14:13:41 -0500
commit808c2d605dc93f94bd79941e2fd530035a690abb (patch)
tree55e10969ce4aabfc156ac4d2648e78ca3b1ca606 /emacsconf-schedule.el
parenta75ac97fdf0382fc1455884076573e7e59c5a83d (diff)
downloademacsconf-el-808c2d605dc93f94bd79941e2fd530035a690abb.tar.xz
emacsconf-el-808c2d605dc93f94bd79941e2fd530035a690abb.zip
hyperlists
Diffstat (limited to 'emacsconf-schedule.el')
-rw-r--r--emacsconf-schedule.el3
1 files changed, 2 insertions, 1 deletions
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