branch: externals/org
commit f13cb102f22955a72dad115a49eb85e24cae79a9
Merge: fb931b1b82 27132aa075
Author: Ihor Radchenko <[email protected]>
Commit: Ihor Radchenko <[email protected]>
Merge branch 'bugfix'
---
lisp/org-clock.el | 2 ++
1 file changed, 2 insertions(+)
diff --git a/lisp/org-clock.el b/lisp/org-clock.el
index 0c9f85b26b..25bf147125 100644
--- a/lisp/org-clock.el
+++ b/lisp/org-clock.el
@@ -1329,6 +1329,8 @@ This routine returns a floating point number."
(org-mac-idle-seconds))
((and (eq window-system 'x) org-x11idle-exists-p)
(org-x11-idle-seconds))
+ ((fboundp 'w32-system-idle-time)
+ (/ (w32-system-idle-time) 1000.0))
((and
org-logind-dbus-session-path
(dbus-get-property