Gerard Vermeulen <gerard.vermeu...@posteo.net> writes: >> (setq org-babel-default-header-args:text '((:eval . "no"))) >> >> to your config. > > Is it possible to make org-lint recognize those settings? > > I have the kludge > > (defun org-babel-execute:text (_body _params) > "NO-OP to silence warnings." nil) > > in my config to silence "Unknown source block language" warnings.
You can hide all the warnings from a certain checker by pressing "i" in the org-lint report. If necessary, we may add some customizations to org-lint that will allow customizing which checkers to use. -- Ihor Radchenko // yantar92, Org mode contributor, Learn more about Org mode at <https://orgmode.org/>. Support Org development at <https://liberapay.com/org-mode>, or support my work at <https://liberapay.com/yantar92>