On 05/04/2022 11:20, Kyle Meyer wrote:
Max Nikulin writes:
Emacs copy of Org changed the way of calling `encode-time' as a result
interpretation of last nils returned by `org-parse-string' altered from
ignored to "no DST".
My suggestion:
1. Send a report to bug-gnu-em...@gnu.org describing the issue. Ask
that Paul revert those changes.
I can do this at some point this week.
Ignacio, have you tried recent emacs master branch? Paul reverted most
of his changed, see
8ef37913d Paul Eggert 2022-04-06 07:48:05
Port Org encode-time usage back to Emacs 25
https://debbugs.gnu.org/cgi/bugreport.cgi?bug=54731
2. Audit and update the call sites on our side, along with some
compatibility layer.
The first isn't necessary, but it avoids the problem living in the Emacs
master branch until the updated Org code base (main branch) is synced
with it (which hasn't started yet).