summaryrefslogtreecommitdiffstats
path: root/emacsconf-publish.el
diff options
context:
space:
mode:
authorSacha Chua <sacha@sachachua.com>2022-10-09 21:22:27 -0400
committerSacha Chua <sacha@sachachua.com>2022-10-09 21:22:27 -0400
commitce31fd4c48271fca07ae37bbde87b540cf6493a9 (patch)
treeda15e44b3df0d2cfdabc5f47ee616f340d12d0be /emacsconf-publish.el
parent49cdc0047fbe0119bb197724bd5cb9dbfeda7132 (diff)
downloademacsconf-el-ce31fd4c48271fca07ae37bbde87b540cf6493a9.tar.xz
emacsconf-el-ce31fd4c48271fca07ae37bbde87b540cf6493a9.zip
Timezone-related changes
Diffstat (limited to 'emacsconf-publish.el')
-rw-r--r--emacsconf-publish.el13
1 files changed, 0 insertions, 13 deletions
diff --git a/emacsconf-publish.el b/emacsconf-publish.el
index 9d60fb8..f1d4b96 100644
--- a/emacsconf-publish.el
+++ b/emacsconf-publish.el
@@ -721,19 +721,6 @@ Entries are sorted chronologically, with different tracks interleaved."
cancelled "\n"))
""))))
-(defun emacsconf-timezone-strings (o)
- (let* ((timestamp (org-timestamp-from-string (plist-get o :scheduled)))
- (start (org-timestamp-to-time (org-timestamp-split-range timestamp)))
- (end (org-timestamp-to-time (org-timestamp-split-range timestamp t))))
- (mapcar
- (lambda (tz)
- (format "%s - %s"
- (format-time-string "%A, %b %e %Y, ~%l:%M %p"
- start tz)
- (format-time-string "%l:%M %p %Z"
- end tz)))
- emacsconf-timezones)))
-
(defun emacsconf-make-protected-index (filename)
(interactive (list (expand-file-name "index.html" emacsconf-protected-media-directory)))
(setq emacsconf-info (emacsconf-get-talk-info))