From mboxrd@z Thu Jan 1 00:00:00 1970 From: Fabrice Niessen Subject: Re: Org-lint -- Lisp error: (wrong-type-argument arrayp nil) Date: Fri, 03 Jul 2015 11:53:47 +0200 Message-ID: <861tgpa7o4.fsf@example.com> References: <87oajxi9jh.fsf@nicolasgoaziou.fr> <86bnfuvkgl.fsf@example.com> <87wpyitbtm.fsf@nicolasgoaziou.fr> Mime-Version: 1.0 Content-Type: text/plain Return-path: List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org-mXXj517/zsQ@public.gmane.org Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org-mXXj517/zsQ@public.gmane.org To: emacs-orgmode-mXXj517/zsQ@public.gmane.org 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/