Subject: | Org::Element::Timestamp fails to parse timestamps without optional weekdays |
According to https://orgmode.org/manual/Timestamps.html#DOCF60 weekday strings in timestamps are optional:
The Org date format is inspired by the standard ISO 8601 date/time format. To use an alternative format, see Custom time format. The day name is optional when you type the date yourself. However, any date inserted or modified by Org adds that day name, for reading convenience.However, Org::Element::Timestamp is unable to parse timestamps without the weekday part:
Can't parse timestamp string: <2018-01-07 14:00> at perl5/lib/perl5/Org/Element/Timestamp.pm line 96.
This includes the timestamp with a duration in the Org::Element::Timestamp perldoc:
Can't parse timestamp string: <2011-03-23 10:15-13:25> at perl5/lib/perl5/Org/Element/Timestamp.pm line 96.