[Org] Export diary only when not on Windows

This commit is contained in:
Daniel - 2017-09-25 16:29:59 +02:00
parent 5a06066324
commit a0cd28a621
Signed by: dbo
GPG Key ID: 4F63DB96D45AA9C6
1 changed files with 2 additions and 1 deletions

View File

@ -548,7 +548,8 @@ _h_ _l_ _o_k _y_ank
(mapc #'find-file-noselect org-agenda-files)
(run-with-timer 0 3600 #'org-clock-save)
(run-with-idle-timer 1200 t #'db/export-diary)))
(unless (eq system-type 'windows-nt)
(run-with-idle-timer 1200 t #'db/export-diary))))
(use-package org-ref
:defer t