From c22231dfa14de7ee92381d0830ddc9e124b7b304 Mon Sep 17 00:00:00 2001 From: Gergely Polonkai Date: Sun, 18 May 2025 13:04:38 +0200 Subject: [PATCH] Move URL in the header higher so Package-Requires becomes the last keyword MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Apparently, `package-read-from-string` doesn’t like it the old way. --- org-clock-waybar.el | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/org-clock-waybar.el b/org-clock-waybar.el index c475948..7a76804 100644 --- a/org-clock-waybar.el +++ b/org-clock-waybar.el @@ -5,9 +5,9 @@ ;; Author: Gergely Polonkai ;; Keywords: org, clocking, waybar -;; Version: 1.0 -;; Package-Requires: ((emacs "26.1")) ;; URL: https://gitea.polonkai.eu/gergely/org-clock-waybar +;; Package-Version: 1.0 +;; Package-Requires: ((emacs "26.1") (org-mode "9")) ;; This program is free software; you can redistribute it and/or modify ;; it under the terms of the GNU General Public License as published by