{"id":31581407,"url":"https://github.com/hron/org-agenda-dock","last_synced_at":"2026-02-23T23:03:41.108Z","repository":{"id":305113740,"uuid":"1021962875","full_name":"hron/org-agenda-dock","owner":"hron","description":"Integrate org-mode with Gnome's Dock or KDE's taskbar","archived":false,"fork":false,"pushed_at":"2025-08-09T07:11:14.000Z","size":50,"stargazers_count":7,"open_issues_count":0,"forks_count":1,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-10-22T02:56:08.380Z","etag":null,"topics":["dock","emacs","gnome","kde","org-mode"],"latest_commit_sha":null,"homepage":"","language":"Emacs Lisp","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/hron.png","metadata":{"files":{"readme":"README.org","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2025-07-18T08:23:10.000Z","updated_at":"2025-10-04T07:31:13.000Z","dependencies_parsed_at":"2025-07-18T12:26:25.610Z","dependency_job_id":"100f8bd2-816d-44c5-abc9-55a19be5e844","html_url":"https://github.com/hron/org-agenda-dock","commit_stats":null,"previous_names":["hron/org-agenda-dock"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/hron/org-agenda-dock","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hron%2Forg-agenda-dock","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hron%2Forg-agenda-dock/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hron%2Forg-agenda-dock/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hron%2Forg-agenda-dock/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/hron","download_url":"https://codeload.github.com/hron/org-agenda-dock/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hron%2Forg-agenda-dock/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29760080,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-23T21:02:23.375Z","status":"ssl_error","status_checked_at":"2026-02-23T20:58:31.539Z","response_time":90,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["dock","emacs","gnome","kde","org-mode"],"created_at":"2025-10-05T21:57:23.942Z","updated_at":"2026-02-23T23:03:41.096Z","avatar_url":"https://github.com/hron.png","language":"Emacs Lisp","funding_links":[],"categories":[],"sub_categories":[],"readme":"#+title: org-agenda-dock - Number of TODOs on the Dock\n#+author: Aleksei Gusev\n#+language: en\n\n#+html: \u003ca href=\"https://www.gnu.org/software/emacs/\"\u003e\u003cimg alt=\"GNU Emacs\" src=\"https://img.shields.io/badge/GNU_Emacs-28.1%2B-%237F5AB6?logo=gnuemacs\u0026logoColor=white\"/\u003e\u003c/a\u003e\n#+html: \u003ca href=\"https://melpa.org/#/org-agenda-dock\"\u003e\u003cimg alt=\"MELPA\" src=\"https://melpa.org/packages/org-agenda-dock-badge.svg\"/\u003e\u003c/a\u003e\n\n~org-agenda-dock-mode~ integrates Org mode with your favorite desktop environment by displaying a badge that shows the number of scheduled TODOs for the current day.\n\n#+html: \u003cimg src=\"https://github.com/hron/org-agenda-dock/blob/main/screenshot.png?raw=true\"\u003e\n\nAny dock supporting Unity's Launcher API should be compatible. Those confirmed to work well include:\n\n  - KDE's taskbar\n  - Gnome Shell with \"Dash to Dock\" extension\n\n* Configuration\n\n#+begin_src emacs-lisp\n(use-package org-agenda-dock\n  :init\n  (org-agenda-dock-mode +1)\n#+end_src\n\nBy default, ~org-agenda-dock~ targets the Emacs entry in your dock, identifying it via the ~emacs.desktop~ file. If you launch Org mode using a separate desktop file, such as ~org-mode.desktop~ (as shown below), you should set the ~dock-desktop-entry~ variable to \"org-mode\" to ensure it matches your custom desktop entry.\n\n#+begin_src desktop\n[Desktop Entry]\nCategories=Utility\nComment=Get Things Done with org-mode\nExec=emacs --name org-mode --eval \"(org-agenda-list)\"\nIcon=org-mode-unicorn\nName=GTD\nStartupNotify=true\nStartupWMClass=org-mode\nTerminal=false\nType=Application\n#+end_src\n\n#+begin_src emacs-lisp\n(use-package org-agenda-dock\n  :init\n  (setq dock-desktop-entry \"org-mode\")\n  (org-agenda-dock-mode +1)\n#+end_src\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhron%2Forg-agenda-dock","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fhron%2Forg-agenda-dock","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhron%2Forg-agenda-dock/lists"}