diff options
| author | Craig Jennings <c@cjennings.net> | 2025-10-26 22:43:28 -0500 |
|---|---|---|
| committer | Craig Jennings <c@cjennings.net> | 2025-10-26 22:43:28 -0500 |
| commit | d69ce33b0ca0a18c6b50de6d6badebdfd764a34d (patch) | |
| tree | 7f9fc39f5862d40b2a69d1e851b8d2f35dd60be7 /modules | |
| parent | 45f59be7e946792522cde7809b6c52562c369e42 (diff) | |
| download | dotemacs-d69ce33b0ca0a18c6b50de6d6badebdfd764a34d.tar.gz dotemacs-d69ce33b0ca0a18c6b50de6d6badebdfd764a34d.zip | |
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')
| -rw-r--r-- | modules/org-agenda-config.el | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/modules/org-agenda-config.el b/modules/org-agenda-config.el index c7aac99b0..c86ac6a34 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 |
