From 014312de7356d64a481e351b31411ea822c6acbb Mon Sep 17 00:00:00 2001 From: Sacha Chua Date: Fri, 17 Dec 2021 00:51:42 -0500 Subject: handle compressed56, export to CSV --- emacsconf.el | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'emacsconf.el') diff --git a/emacsconf.el b/emacsconf.el index 357b271..5c5ad60 100644 --- a/emacsconf.el +++ b/emacsconf.el @@ -38,6 +38,12 @@ "Directory where the wiki files are." :group 'emacsconf :type 'directory) + + +(defcustom emacsconf-timezone "America/Toronto" "Main timezone." + :group 'emacsconf + :type 'string) + (defcustom emacsconf-timezones '("America/Toronto" "America/Los_Angeles" "UTC" "Europe/Paris" "Europe/Athens" "Asia/Kolkata" "Asia/Singapore" "Asia/Tokyo") "List of timezones." :group 'emacsconf :type '(repeat string)) @@ -263,5 +269,8 @@ string t t))) string)) +(defun emacsconf-public-talks (info) + (seq-filter (lambda (f) (plist-get f :public)) info)) + (provide 'emacsconf) ;;; emacsconf.el ends here -- cgit v1.2.3