From b046645918330e788a6845310e81a325d23855dd Mon Sep 17 00:00:00 2001 From: Raúl Benencia Date: Tue, 6 Jan 2026 09:45:27 -0300 Subject: Add package commentary --- org-tempus.el | 16 +++++++++++++--- 1 file changed, 13 insertions(+), 3 deletions(-) (limited to 'org-tempus.el') diff --git a/org-tempus.el b/org-tempus.el index 75242d0..b54186a 100644 --- a/org-tempus.el +++ b/org-tempus.el @@ -1,6 +1,6 @@ -;;; org-tempus.el --- Tracks work sessions and breaks at a glance -*- lexical-binding: t; -*- +;;; org-tempus.el --- Enhance Org time tracking -*- lexical-binding: t; -*- -;; Copyright (C) 2025 Raul Benencia +;; Copyright (C) 2025-2026 Raul Benencia ;; Author: Raul Benencia ;; Maintainer: Raul Benencia @@ -26,7 +26,17 @@ ;;; Commentary: ;; -;; TODO +;; Org Tempus augments Org's native time tracking capabilities by +;; setting customizable thresholds for a session, and computing the +;; total clocked time in a day. The package will optionally send +;; notifications when thresholds are reached. It can also detect +;; activity and auto clock in to a default task, or auto clock out +;; when idle. The idle detection mechanism supports multiple sources, +;; such as Emacs itself, Mutter (for GNOME), and freedesktop.org +;; ScreenSaver. Additionally, all the logged time and thresholds are +;; displayed in the mode line. This information can optionally be +;; sent somewhere else (such as dconf, to integrate with a GNOME +;; desktop environment, for example). ;;; Code: (require 'org-clock) -- cgit v1.2.3