emacs-orgmode
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [O] Org-lint -- Lisp error: (wrong-type-argument arrayp nil)


From: Fabrice Niessen
Subject: Re: [O] Org-lint -- Lisp error: (wrong-type-argument arrayp nil)
Date: Fri, 03 Jul 2015 11:53:47 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.5 (windows-nt)

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/




reply via email to

[Prev in Thread] Current Thread [Next in Thread]