From mboxrd@z Thu Jan 1 00:00:00 1970 From: Tomas Grigera Subject: Idle time issue Date: Tue, 17 Jan 2012 12:41:13 -0300 Message-ID: Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Return-path: Received: from eggs.gnu.org ([140.186.70.92]:59457) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RnBA0-00067a-Rr for emacs-orgmode@gnu.org; Tue, 17 Jan 2012 10:41:24 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1RnB9v-0001u1-9F for emacs-orgmode@gnu.org; Tue, 17 Jan 2012 10:41:20 -0500 Received: from mail-pw0-f41.google.com ([209.85.160.41]:53372) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RnB9v-0001tu-4d for emacs-orgmode@gnu.org; Tue, 17 Jan 2012 10:41:15 -0500 Received: by pbcc4 with SMTP id c4so3547917pbc.0 for ; Tue, 17 Jan 2012 07:41:13 -0800 (PST) List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: emacs-orgmode Hi list, I'm setting up clocking to track idle time with org-clock-idle-time. It didn't work at first and it took me a while to figure out why. I use Emacs under x11 and yesterday's git head (812d0a53). Since I had not installed x11idle, idle time tracking failed silently. x11idle is mentioned in the manual, but it says "For X11, you *can* install a utility program `x11idle.c'" (my emphasis on can). It seems however that one *must* install x11idle, or idle time tracking will not work under x11. It seems to me that either the manual should say x11idle is mandatory, or that the x11 user should be given a choice to use either x11idle or emacs idle time. What do you think? I am prepared to try and send a patch either way. Tomas