emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[elpa] externals/org 096cacf 4/6: lisp/org-clock.el: Point to the new lo


From: ELPA Syncer
Subject: [elpa] externals/org 096cacf 4/6: lisp/org-clock.el: Point to the new location of x11idle.c
Date: Mon, 3 May 2021 07:57:12 -0400 (EDT)

branch: externals/org
commit 096cacfdbf3b4739e8e9b90d4b7f0856049901af
Author: Bastien <bzg@gnu.org>
Commit: Bastien <bzg@gnu.org>

    lisp/org-clock.el: Point to the new location of x11idle.c
    
    * lisp/org-clock.el (org-clock-x11idle-program-name): Update
    docstring to point to the new location of the x11idle.c program.
---
 lisp/org-clock.el | 9 ++++-----
 1 file changed, 4 insertions(+), 5 deletions(-)

diff --git a/lisp/org-clock.el b/lisp/org-clock.el
index 0d0efcc..604b9dd 100644
--- a/lisp/org-clock.el
+++ b/lisp/org-clock.el
@@ -438,12 +438,11 @@ specifications than `frame-title-format', which see."
 (defcustom org-clock-x11idle-program-name "x11idle"
   "Name of the program which prints X11 idle time in milliseconds.
 
-You can find x11idle.c in the contrib/scripts directory of the
-Org git distribution. Or, you can do:
+you can do \"~$ sudo apt-get install xprintidle\" if you are using
+a Debian-based distribution.
 
-    sudo apt-get install xprintidle
-
-if you are using Debian."
+Alternatively, can find x11idle.c in the org-contrib repository at
+https://git.sr.ht/~bzg/org-contrib";
   :group 'org-clock
   :version "24.4"
   :package-version '(Org . "8.0")



reply via email to

[Prev in Thread] Current Thread [Next in Thread]