From 04c351b02344bc91d4a301ca3d86b4a2f5437372 Mon Sep 17 00:00:00 2001 From: Boris Buliga Date: Fri, 10 Jan 2025 14:17:36 +0200 Subject: [PATCH] emacs:vulpea:agenda: fix title of one of the sections --- emacs/lisp/lib-vulpea-agenda.el | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/emacs/lisp/lib-vulpea-agenda.el b/emacs/lisp/lib-vulpea-agenda.el index 139cd3f3..dc6b3cb9 100644 --- a/emacs/lisp/lib-vulpea-agenda.el +++ b/emacs/lisp/lib-vulpea-agenda.el @@ -169,12 +169,12 @@ Affects the following commands: ;;;###autoload (defun vulpea-agenda-cmd-current-quarter () - "Return an agenda command" + "Return an agenda command." (let ((quarter (vulpea-agenda-current-quarter (current-time)))) `(tags-todo ,quarter ((org-agenda-overriding-header - (concat "Tasks for" ,quarter + (concat "Tasks for " ,quarter (if vulpea-agenda-hide-scheduled-and-waiting-next-tasks "" " (including WAITING and SCHEDULED tasks)")))