David Masterson writes: > Is there a way to get tasks with a deadline that doesn't have a time > (just a day) to show on the daily agenda? Tasks w/ timed deadline do > show on the daily agenda.
Could you provide a minimal example that shows the issue? On the current master branch (23f9415), I tried with this as the only configuration (require 'org) (require 'org-agenda) (setq org-agenda-files '("/tmp/scratch.org")) (global-set-key (kbd "C-c a") #'org-agenda) where the content of /tmp/scratch.org is --8<---------------cut here---------------start------------->8--- * TODO a DEADLINE: <2020-10-10 Sat> * TODO b DEADLINE: <2020-10-10 Sat 21:00> --8<---------------cut here---------------end--------------->8--- Visiting that file and hitting `C-c a a v d' shows Day-agenda (W41): Saturday 10 October 2020 8:00...... ---------------- 10:00...... ---------------- 12:00...... ---------------- 14:00...... ---------------- 15:06...... now - - - - - - - - - - - - - - - - - - - - - - - - - 16:00...... ---------------- 18:00...... ---------------- 20:00...... ---------------- scratch: 21:00...... Deadline: TODO b scratch: Deadline: TODO a