Ihor Radchenko writes: > "Christopher M. Miles" writes: > >> I have following Clojure source block: >> >> #+begin_src clojure >> (re-find #"\d+" "I've just finished reading Fahrenheit 451");; => "451" >> (re-find #"Bees" "Beads aren't cheap.");; => nil >> #+end_src >> >> When I press =[C-c C-c]= to evaluate source block, got error: >> >> When there is no comments behind code lines. No this error. >> >> #+begin_example >> Debugger entered--Lisp error: (wrong-type-argument arrayp nil) >> replace-regexp-in-string("nil" "" nil) > > Daniel, could you please take a look?