summaryrefslogtreecommitdiffstats
path: root/emacsconf-schedule.el
diff options
context:
space:
mode:
authorSacha Chua <sacha@sachachua.com>2023-10-14 23:48:19 -0400
committerSacha Chua <sacha@sachachua.com>2023-10-14 23:48:19 -0400
commita4239bbf7d0f2953d975da3b53eb5d5f9900e973 (patch)
tree8ab80e656e47df4b55c0edb60c0c633576d5f0c3 /emacsconf-schedule.el
parent01a3f66761c1a0ba83f31af7944fe9a3f6048bbb (diff)
downloademacsconf-el-a4239bbf7d0f2953d975da3b53eb5d5f9900e973.tar.xz
emacsconf-el-a4239bbf7d0f2953d975da3b53eb5d5f9900e973.zip
add emacsconf-schedule-draft
Diffstat (limited to 'emacsconf-schedule.el')
-rw-r--r--emacsconf-schedule.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/emacsconf-schedule.el b/emacsconf-schedule.el
index 84413f2..b4dcb0a 100644
--- a/emacsconf-schedule.el
+++ b/emacsconf-schedule.el
@@ -42,7 +42,7 @@ Each function should take the info and manipulate it as needed, returning the ne
o)
info))
-
+(defvar emacsconf-schedule-draft nil "Draft schedule if specified.")
(defvar emacsconf-schedule-break-time 10 "Number of minutes for break.")
(defvar emacsconf-schedule-lunch-time 45 "Number of minutes for lunch.")
(defvar emacsconf-schedule-start-time "09:00:00")