commit 1c2a6a0ec8a755376688e359400033f0e569735f parent ec06e88c39ef56fbc095b57db319e379e0bc3cbe Author: Alex Balgavy <alex@balgavy.eu> Date: Sun, 3 Aug 2025 14:04:21 +0200 emacs: adjust agenda Diffstat:
M | emacs/config.org | | | 15 | +-------------- |
1 file changed, 1 insertion(+), 14 deletions(-)
diff --git a/emacs/config.org b/emacs/config.org @@ -2342,20 +2342,7 @@ The first two strings are what shows up in the agenda dispatcher (the key to pre ((agenda "" ((org-agenda-overriding-header "Month agenda:") (org-agenda-span 'month))))) - ("d" "Day Agenda + Habits graph + Waiting" - ((agenda "" ((org-agenda-overriding-header "Day:") - (org-agenda-span 'day) - (org-habit-show-habits nil) - (org-agenda-skip-function 'za/skip-if-has-habit-tag))) - (todo "STARTED" ((org-agenda-overriding-header "In progress:"))) - (todo "WAITING" ((org-agenda-overriding-header "Waiting:"))) - (agenda "" ((org-agenda-overriding-header "Habits:") - (org-agenda-span 'day) - (org-agenda-use-time-grid nil) - (org-agenda-skip-function 'za/skip-unless-habit) - (org-habit-show-habits t) (org-habit-show-habits-only-for-today nil) - (org-habit-show-all-today t))))) - ("D" "Day Agenda with habit tags + Habits + Waiting" + ("d" "Day Agenda with habit tags + Habits + Waiting" ((agenda "" ((org-agenda-overriding-header "Day:") (org-agenda-span 'day) (org-habit-show-habits nil)))