From 057b32df925f21000f0b22340c7f37b0b874d377 Mon Sep 17 00:00:00 2001 From: Sacha Chua Date: Wed, 6 Sep 2023 09:09:23 -0400 Subject: Promove emacsconf-date to a defcustom, update it --- emacsconf.el | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'emacsconf.el') diff --git a/emacsconf.el b/emacsconf.el index d601017..5fffc08 100644 --- a/emacsconf.el +++ b/emacsconf.el @@ -38,6 +38,9 @@ "Conference year. String for easy inclusion." :group 'emacsconf :type 'string) +(defcustom emacsconf-date "2023-12-03" "Starting date of EmacsConf." + :group 'emacsconf + :type 'string) (defcustom emacsconf-directory "~/vendor/emacsconf-wiki" "Directory where the wiki files are." :group 'emacsconf @@ -927,7 +930,6 @@ (apply '+ (seq-map 'string-to-number (conf-collect-field-for-status "PREREC_RECEIVED" :time))))))) ;; Timezones -(defvar emacsconf-date "2022-12-03" "Starting date of EmacsConf.") (defvar emacsconf-timezone-offset (format-time-string "%z" (date-to-time emacsconf-date) emacsconf-timezone) "Timezone offset for `emacsconf-timezone' on `emacsconf-date'.") -- cgit v1.2.3