[Org] Increase idle time for ‘db/export-diary’

This commit is contained in:
Daniel - 2019-04-14 08:39:12 +02:00
parent 2cffce5664
commit 626630a14a
Signed by: dbo
GPG Key ID: 4F63DB96D45AA9C6
1 changed files with 1 additions and 1 deletions

View File

@ -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