Hi,

To avoid errors while running org-lint in an org file with many recutils
source blocks I have added the following to my init.el file

(setq recutils-babel-header-arg-names '(data type fields join sort groupby))
;; cmdline already included in org-babel-header-arg-names so not part of above list (setq org-babel-header-arg-names (concatenate 'list org-babel-header-arg-names recutils-babel-header-arg-names))

It appears that there are no problems, Never the less,

Is there a "better" way? For that matter, is there a safer way?

Charlie Millar

Reply via email to