Eric, Eric Schulte wrote: >> ** Using =:colnames no= header argument (case 2) >> >> #+begin_src emacs-lisp :var data=unset-colnames-example-input :colnames no >> data >> #+end_src >> >> #+results: >> | a | b | >> |---+---| >> | 1 | 2 | >> | 3 | 4 | >> >> Here, I still don't understand why I do see the table header line: I did >> change the default =:colnames yes= specification to =:colnames no= on the >> code >> block. I did override the default value. Why is the =no= argument not >> respected? > > Because 'hlines is set to yes by default in > `org-babel-default-header-args:emacs-lisp'.
I missed the cumulative effect of hlines on the behavior of colnames. Yes, setting hlines to no does solve the problem for Emacs Lisp code blocks. Thanks a lot. Best regards, Seb -- Sebastien Vauban