From 626630a14a612bcb8566757ecbf60432642d05d3 Mon Sep 17 00:00:00 2001 From: Daniel Borchmann Date: Sun, 14 Apr 2019 08:39:12 +0200 Subject: [PATCH] =?UTF-8?q?[Org]=20Increase=20idle=20time=20for=20?= =?UTF-8?q?=E2=80=98db/export-diary=E2=80=99?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- init.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/init.el b/init.el index 8839d04..7e6ec84 100644 --- a/init.el +++ b/init.el @@ -760,7 +760,7 @@ search commands like `db/helm-shortcuts’." (run-with-timer 0 3600 #'org-clock-save)) (unless (memq #'db/export-diary (mapcar #'timer--function timer-idle-list)) - (run-with-idle-timer 20 t #'db/export-diary)) + (run-with-idle-timer 200 t #'db/export-diary)) ;; Drag-and-Drop images into org-mode buffer (use-package org-download