Closed DSMasterson closed 3 years ago
You can see in the code what text properties are used to collect entries for the time grid. I don't know exactly what Org does in that respect depending on that option. If it doesn't behave as desired, please provide a test case that could be used to diagnose the issue and rectify it.
Hmm. My minimal test case is working. org-super-agenda does show deadline/scheduled in the time-grid (slightly differently than org-agenda, but that's okay). Now, I have to figure out why it isn't working with my Super View agenda...
I'll close this
Found something. What's wrong with this setup? View1 is wrong and outputs a time-grid without scheduled/deadline events. View2 is what I expect in that the schedule/deadline events are output. The only difference is the Trivial section.
Does :time-grid support displaying schedule/deadline events? I believe Org-Agenda handles these by displaying the appropriate ones in today's grid section if (IIRC) org-agenda-include-deadlines is t. Org will display them each day beginning at the pre-warning time until they're marked done. Can time-grid do this?