diff options
author | Sacha Chua <sacha@sachachua.com> | 2023-10-14 23:48:19 -0400 |
---|---|---|
committer | Sacha Chua <sacha@sachachua.com> | 2023-10-14 23:48:19 -0400 |
commit | a4239bbf7d0f2953d975da3b53eb5d5f9900e973 (patch) | |
tree | 8ab80e656e47df4b55c0edb60c0c633576d5f0c3 | |
parent | 01a3f66761c1a0ba83f31af7944fe9a3f6048bbb (diff) | |
download | emacsconf-el-a4239bbf7d0f2953d975da3b53eb5d5f9900e973.tar.xz emacsconf-el-a4239bbf7d0f2953d975da3b53eb5d5f9900e973.zip |
add emacsconf-schedule-draft
-rw-r--r-- | emacsconf-schedule.el | 2 |
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") |