Kévin Le Gouguec <kevin.legoug...@gmail.com> writes: > I see you've removed ARG from the call to `newline-and-indent'; I don't > have a strong opinion about this (though I don't see a reason not to > keep it), but I guess the docstring of `org--newline' should be changed > to match?
AFAICT, `newline-and-indent' doesn't accept any argument. Keeping it introduces a build warning and test failures. Hence the removal. Since you were calling it with an argument I assume this may be a novelty in Emacs 27. However Org still supports Emacs 24.4. If that's the case, we need an additional compatibility layer to support both cases. WDYT? Meanwhile, I fixed the docstring. Thanks!