Ihor Radchenko <[email protected]> writes: > As for package-list, alas, Org will fail on it. I have been working to > address linter issues, but there are too many to make CI useful.
I assume the main problem is that package-lint itself will know about Org functions, since Org is part of core. So you would have to use a fork where the file stdlib-changes is generated without Org, or you post-process the file, removing all org-* symbols. Are there other known issues? Package-Lint occasionally reports false positives, and I suspect, it might be worse for packages with a long history. In any case, I can recommend it for new developments, which are consequently developed with Package-Lint enabled, since there it can catch many mistakes. Daniel
