]> git.eshelyaron.com Git - emacs.git/commit
Add support in todo-mode.el for ISO date format
authorStephen Berman <stephen.berman@gmx.net>
Sun, 12 Nov 2023 13:58:58 +0000 (14:58 +0100)
committerStephen Berman <stephen.berman@gmx.net>
Sun, 12 Nov 2023 13:58:58 +0000 (14:58 +0100)
commit0bfe764fe5691a76c1c12557b6b0b5bfa9cbc012
tree235ea975d6cc40011a900495cf528689cf7bdc1d
parente5ba52ad72d0e44b905d6dc321f1e6234491df53
Add support in todo-mode.el for ISO date format

* lisp/calendar/todo-mode.el (todo--date-pattern-groups): New defconst.
(todo-date-pattern): Use it to extend pattern matching of
`calendar-date-display-form' to support the ISO date format in
todo item date headers (bug#66395, bug#55284).
(todo-edit-item--header): Make it work with ISO date strings.
lisp/calendar/todo-mode.el