Nicolas Goaziou writes: > Fabrice Niessen writes: > >> Same error with file >> https://github.com/fniessen/refcard-org-babel/blob/master/docs/eval.org. > > I cannot reproduce it. > > Could you pull again wip-lint and try one more time? Thank you.
It works, indeed. Sorry. Though, there is one error with which I don't agree: --8<---------------cut here---------------start------------->8--- 367 high Missing colon in header argument ")" --8<---------------cut here---------------end--------------->8--- where line 367 is indicated by "<<<": --8<---------------cut here---------------start------------->8--- #+name: add1 #+begin_src emacs-lisp :var x=1 :results silent (+ x 1) #+end_src #+call: add1(x=4) #+results: add1(x=4) : 5 #+call: add1(6) #+results: add1(6) : 7 #+call: add1(add1(9)) <<< #+results: add1(add1(9)) : 11 --8<---------------cut here---------------end--------------->8--- Best regards, Fabrice -- Fabrice Niessen Leuven, Belgium http://www.pirilampo.org/