Ihor Radchenko writes:
With org 9.8, I'm getting such an error (when saving) from a buffer with only this line :#+call: do_something() # commentI am unable to reproduce. Could you please show a recipe starting from emacs -Q?
Sorry, I should have mentioned you need to enable flycheck-mode. From emacs -Q : - package-initialize - load-library flycheck - flycheck-mode -- Sébastien Miquel
