From 08d99f2e3d2ecd1dcf929f4fcf5c688726146e27 Mon Sep 17 00:00:00 2001 From: Christian Cunningham Date: Fri, 14 Jun 2024 17:09:40 -0700 Subject: Undo Extra Logic TODO: Need to find font fix --- elchemy-dashboard.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'elchemy-dashboard.el') diff --git a/elchemy-dashboard.el b/elchemy-dashboard.el index 2839307..cf7d73b 100644 --- a/elchemy-dashboard.el +++ b/elchemy-dashboard.el @@ -64,7 +64,7 @@ (add-text-properties start (point) `(face (:height ,elchemy/dashboard/subheader-size)))) (insert "\n") - (insert (elchemy/format-processed-agenda (mapcar 'elchemy/process-agenda-heading (org-ql-select (org-agenda-files) `(and (or (todo "STRT" "WAIT" "TODO") (todo "CYCL")) (ts :from today :to ,elchemy/schedule-lookahead)) :sort '(todo priority date))))) + (insert (elchemy/format-processed-agenda (mapcar 'elchemy/process-agenda-heading (org-ql-select (org-agenda-files) `(and (todo "STRT" "WAIT" "TODO" "CYCL") (ts :from today :to ,elchemy/schedule-lookahead)) :sort '(todo priority date))))) (insert "\n")) (let ((start (point))) (insert "Command Reference") -- cgit v1.2.1