commit 63bbe45542431485ee548553c584855c2eb0cf73 parent 92317e2fe8dd489d77ed9c51fc45de9e02c0d0ae Author: Alex Balgavy <alex@balgavy.eu> Date: Thu, 13 Jan 2022 19:25:05 +0100 emacs: tweak how habits are shown in the agenda Diffstat:
M | emacs/config.org | | | 15 | +++++++-------- |
1 file changed, 7 insertions(+), 8 deletions(-)
diff --git a/emacs/config.org b/emacs/config.org @@ -844,14 +844,13 @@ Agenda views are made up of blocks, appearing in the order that you declare them ((agenda "" ((org-agenda-overriding-header "Day:") (org-agenda-span 'day) (org-habit-show-habits nil))) - (todo "NEXT" ((org-agenda-overriding-header "Next actions:"))) - (agenda "" - ((org-agenda-span 'day) - (org-agenda-use-time-grid nil) - (org-agenda-skip-function 'my-skip-unless-habit) - (org-agenda-overriding-header "Habits:") - (org-habit-show-habits t) (org-habit-show-habits-only-for-today nil) - (org-habit-show-all-today t))))))) + (agenda "" ((org-agenda-span 'day) + (org-agenda-use-time-grid nil) + (org-agenda-skip-function 'my-skip-unless-habit) + (org-agenda-overriding-header "Habits:") + (org-habit-show-habits t) (org-habit-show-habits-only-for-today nil) + (org-habit-show-all-today t))) + (todo "NEXT" ((org-agenda-overriding-header "Next actions:"))))))) #+end_src *** Logging