Hi,
first of all, thanks for the best productivity tool that I know of!
I've been using org-mode for years, and somewhere between version 8 and 9, a change happened, which I could not find in the changelogs.
Here's how I often used to format TODO items which are scheduled:
* TODO Item
some-text
some-more-text
SCHEDULED: <2018-06-19 Tue>
In the newer versions of org, the SCHEDULED string is no longer parsed, and I don't see it in agenda, unless I reformat it like this:
* TODO Item
SCHEDULED: <2018-06-19 Tue>
some-text
some-more-text
This broke the habit that I was using for years and also broke my existing notes as I'm no longer able to see them in agenda. I wonder if this behavior can be changed to work like before.
Thanks!