summaryrefslogtreecommitdiffstats
path: root/emacsconf.el
diff options
context:
space:
mode:
Diffstat (limited to 'emacsconf.el')
-rw-r--r--emacsconf.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/emacsconf.el b/emacsconf.el
index 3e52257..3e9bdbd 100644
--- a/emacsconf.el
+++ b/emacsconf.el
@@ -2161,7 +2161,7 @@ With a prefix argument (\\[universal-argument]), open this year's notebook."
(emailed (org-timestamp-to-time (org-timestamp-split-range
(org-timestamp-from-string
(format "<%s>" (plist-get talk :emailed-schedule)))))))
- (round (/ (float-time (time-subtract emailed start)) 60.0))))
+ (round (/ (float-time (time-subtract start emailed)) 60.0))))
(provide 'emacsconf)
;;; emacsconf.el ends here