#+Property: results scalar #+name: table | Key | Value | |-----+-------| | ABJ | 1 | | DEK | 2 | #+begin_src emacs-lisp :var data=table :hlines no data #+end_src #+RESULTS: : (("Key" "Value") ("ABJ" 1) ("DEK" 2)) #+begin_src emacs-lisp :var data=table :hlines yes data #+end_src #+RESULTS: : (("Key" "Value") hline ("ABJ" 1) ("DEK" 2))