Hi Rasmus, You also have to add :colnames to the :post header:
:post identity[:colnames yes](*this*) Another option is to add :colnames yes to the identity block itself: #+NAME: identity #+BEGIN_SRC emacs-lisp :var x="x" :colnames yes ... #+END_SRC -- Aaron Ecay