• Bram Schoenmakers's avatar
    Don't treat timestamps in HH:MM format as tags · 18056921
    Bram Schoenmakers authored
    When you enter a todo item: "Call office at 09:00", the 09:00 would be
    seen as a tag-value pair. Because of this, the timestamp would be
    removed from the todo text: "Call office at ".
    
    Discussed in issue #211.
    18056921
TodoParser.py 3.62 KB