Skip to content

Commit

Permalink
emacs:vulpea:agenda: fix title of one of the sections
Browse files Browse the repository at this point in the history
  • Loading branch information
d12frosted committed Jan 10, 2025
1 parent 22b6e70 commit 04c351b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions emacs/lisp/lib-vulpea-agenda.el
Original file line number Diff line number Diff line change
Expand Up @@ -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)")))
Expand Down

0 comments on commit 04c351b

Please sign in to comment.