this is my current config for agenda
(agenda ""
((org-agenda-skip-function
'(org-agenda-skip-entry-if 'deadline)
)
(org-agenda-skip-function
'(org-agenda-skip-entry-if 'regexp "\\* DAILY")
)
(org-agenda-prefix-format " %i %-12:c [%-2e] %?-12t% s")
(org-deadline-warning-days 0)
(org-agenda-start-day "0d")
(org-agenda-span 'day)
))
there is empty agenda heading every 2 hours (8:00, 10:00, 12:00, etc until 20:00)
Fixed after setting time-grid
https://preview.redd.it/nqsucnaxnu2c1.png?width=1489&format=png&auto=webp&s=431a57fbee06526b26dd842f7426c4d64f6e0c22