xmonad / xmonad-contrib

Contributed modules for xmonad
https://xmonad.org
BSD 3-Clause "New" or "Revised" License
589 stars 274 forks source link

Fix date parsing issue for org mode plugin #672

Closed psibi closed 2 years ago

psibi commented 2 years ago

Description

This patch fixes the date parsing issue currently when an entry like todo +d 22 01 2022 is used. I have added tests too which demonstrate the current issue so that we can prevent future regression.

Checklist

psibi commented 2 years ago

Seems the CI failure is some issue with downloading of hlint and not related to this PR.