From 2732a6794748cf57e5db485c38c84f14e2f64e79 Mon Sep 17 00:00:00 2001 From: jao Date: Thu, 28 Mar 2024 22:15:22 +0000 Subject: org agenda tweaks --- custom/jao-custom-notmuch.el | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'custom/jao-custom-notmuch.el') diff --git a/custom/jao-custom-notmuch.el b/custom/jao-custom-notmuch.el index 0ad2abc..47fe63a 100644 --- a/custom/jao-custom-notmuch.el +++ b/custom/jao-custom-notmuch.el @@ -266,7 +266,7 @@ (defun jao-notmuch-refresh-agenda () (interactive) - (save-window-excursion (org-agenda-list))) + (save-window-excursion (jao-org-agenda))) (defun jao-notmuch-hello-first () (interactive) @@ -284,7 +284,7 @@ (let ((jao-minibuffer-inhibit t)) (save-window-excursion (calendar) - (when agenda (org-agenda-list)))) + (when agenda (jao-org-agenda)))) (unless (widget-at) (jao-notmuch-hello-first)) (jao-minibuffer-refresh)))) -- cgit v1.2.3