From 90223e3ab0e0a3ad827aada421b41547ab36549b Mon Sep 17 00:00:00 2001 From: Daniel Borchmann Date: Sun, 6 Feb 2022 10:11:28 +0100 Subject: [PATCH] Do not export diary by default This had been used to synchronize my calender with others, but since this synchronization is not in use anymore, regular exports are unnecessary. Furthermore, the export makes Emacs unresponsive sometimes, as the export does not seem to be easily preemtable. --- init.el | 4 ---- 1 file changed, 4 deletions(-) diff --git a/init.el b/init.el index 926fcca..bbabf9d 100644 --- a/init.el +++ b/init.el @@ -916,10 +916,6 @@ (mapcar #'timer--function timer-list)) (run-with-timer 0 3600 #'org-clock-save)) - (unless (memq #'db/export-diary - (mapcar #'timer--function timer-idle-list)) - (run-with-idle-timer 200 t #'db/export-diary)) - ;; Hack: The default implementation is too slow, because it is ;; parsing all properties of an entry by default. Let’s simplify ;; this to only parse what we are looking for. This makes tag