"Charles C. Berry" writes: >> - orphaned affiliated keywords > > This generates an orphaned keyword warning, but seems innocuous and is > what babel renders. > > #+NAME: abc > #+BEGIN_SRC emacs-lisp > nil #+END_SRC > > #+RESULTS: abc Indeed, it is innocuous. It is meant to catch, e.g., #+CAPTION: my table | table with a spurious newline above | This check has a "low" trust level so false positive are OK. >> - wrong header arguments in src blocks > > IFF the header args are in the #+BEGIN_SRC line. > > #+HEADER lines and header-arg properties are not screened AFAICS. Indeed. Here's an update. Thank you for the feedback. Regards,