summaryrefslogtreecommitdiffstats
path: root/emacsconf.el
diff options
context:
space:
mode:
authorSacha Chua <sacha@sachachua.com>2025-12-03 15:12:23 -0500
committerSacha Chua <sacha@sachachua.com>2025-12-03 15:12:23 -0500
commit6043dbe9dbc499132c98fb87023aa53c5a3f3fbc (patch)
tree56b91e850d794e954b649d154deb14e2b722fef8 /emacsconf.el
parentf7033806b5f496d426ba6324aed9978a84a9a39e (diff)
downloademacsconf-el-6043dbe9dbc499132c98fb87023aa53c5a3f3fbc.tar.xz
emacsconf-el-6043dbe9dbc499132c98fb87023aa53c5a3f3fbc.zip
schedule update: filter for no change
Diffstat (limited to 'emacsconf.el')
-rw-r--r--emacsconf.el3
1 files changed, 2 insertions, 1 deletions
diff --git a/emacsconf.el b/emacsconf.el
index 8eb749c..3e52257 100644
--- a/emacsconf.el
+++ b/emacsconf.el
@@ -2151,7 +2151,8 @@ With a prefix argument (\\[universal-argument]), open this year's notebook."
(plist-get o :qa-type)
(not (string= (plist-get o :emailed-schedule)
(replace-regexp-in-string "[<>]" "" (plist-get o :scheduled))))
- (not (string= (plist-get o :qa-type) "none"))))
+ (not (string= (plist-get o :qa-type) "none"))
+ (not (= (emacsconf-schedule-difference-from-emailed o) 0))))
(emacsconf-publish-prepare-for-display (emacsconf-filter-talks (or info (emacsconf-get-talk-info))))))
(defun emacsconf-schedule-difference-from-emailed (talk)