You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I may not fully know the org syntax for dates and maybe <2024-11-12 14:00-17-00> is kind-of-valid, like it could be a timezone offset of -00, haha, I hope no, I have not found it in the org manual yet.
Maybe a way to do it would be to restrict a bit the ignore regex like this:
I had a typo in my org-file:
<2024-11-12 14:00-17-00>
Yet orgparse parses it without complaining:
With the typo fixed, the parsing get it right:
I would prefer an exception from invalid dates.
I may not fully know the org syntax for dates and maybe
<2024-11-12 14:00-17-00>
is kind-of-valid, like it could be a timezone offset of-00
, haha, I hope no, I have not found it in the org manual yet.Maybe a way to do it would be to restrict a bit the
ignore
regex like this:but looking at the full regex it feels like the
ignore
part is used too much :DThe text was updated successfully, but these errors were encountered: