bug#81228: 31.0.90; (org-read-date-display) errors out after incorrect string
Eli Zaretskii <[email protected]>
| Newsgroups | gmane.emacs.bugs |
|---|---|
| Message-ID | <[email protected]> |
> Cc: [email protected] > From: Ihor Radchenko <[email protected]> > Date: Sun, 09 Aug 2026 16:52:30 +0000 > > Ashish Panigrahi via "Bug reports for GNU Emacs, the Swiss army knife of > text editors" <[email protected]> writes: > > > For a TODO item in org, as I type a SCHEDULED date, I can see a preview > > of the final timestamp next to it (starting with '=> FINAL_DATE'). Now I > > noticed that if I type in an incorrect string say '6:30pom' instead of > > '6:30pm', it gives me an error message in the echo area: > > > > ``` > > Error in post-command-hook (org-read-date-display): (error "Not an integer string: '6:30pon'") > > This has been reported to Org list and fixed on main. Thanks, closing.