summaryrefslogtreecommitdiff
path: root/modules/org-agenda-config.el
diff options
context:
space:
mode:
authorCraig Jennings <c@cjennings.net>2025-10-26 22:43:28 -0500
committerCraig Jennings <c@cjennings.net>2025-10-26 22:43:28 -0500
commite66d68ab5f16311f06bad3a8ed8ab376a3895e82 (patch)
treecac01c714ec8d9cc1f04129a1c96aca99c8384e6 /modules/org-agenda-config.el
parent671539db07570ceba1e078c944e49bbbe8d69702 (diff)
chore:org-agenda: Remove outdated test file and unused code
Deleted `test-custom-org-agenda-functions.el.disabled` as it was obsolete. Removed commented-out global keybinding in `org-agenda-config.el` for clarity.
Diffstat (limited to 'modules/org-agenda-config.el')
-rw-r--r--modules/org-agenda-config.el2
1 files changed, 0 insertions, 2 deletions
diff --git a/modules/org-agenda-config.el b/modules/org-agenda-config.el
index c7aac99b..c86ac6a3 100644
--- a/modules/org-agenda-config.el
+++ b/modules/org-agenda-config.el
@@ -244,7 +244,6 @@ The agenda is rebuilt from all sources before display, including:
(defun cj/add-timestamp-to-org-entry (s)
"Add an event with time S to appear underneath the line-at-point.
-
This allows a line to show in an agenda without being scheduled or a deadline."
(interactive "sTime: ")
(defvar cj/timeformat "%Y-%m-%d %a")
@@ -253,7 +252,6 @@ This allows a line to show in an agenda without being scheduled or a deadline."
(open-line 1)
(forward-line 1)
(insert (concat "<" (format-time-string cj/timeformat (current-time)) " " s ">" ))))
-;;(global-set-key (kbd "M-t") #'cj/add-timestamp-to-org-entry)
;; --------------------------- Notifications / Alerts --------------------------
;; send libnotify notifications for agenda items