Hi All, On Tue, 10 Nov 2020 at 17:22, Gustavo Barros <[email protected]> wrote:
> This is a small feature request for `org-lint' not to hardcode the > checker functions' prefix, as it currently does. > > [...] > > However, `org-lint' hardcodes the prefix of the checker functions to its > own prefix, so that to define my own personal checker functions I have > to step on `org-lint's namespace, and use "org-lint-" as a prefix, to > get things working. The hardcoding occurs in > `org-lint--generate-reports', when each checker is called with: I'm trying out the new pretest and I was glad to find out that the function property for `org-lint-checker` has been exposed in the `cl-defstruct` at `org-lint.el`. I have no idea if this request had anything to do with it. But, regardless, to whoever did it, thank you! Best regards, Gustavo.
