Christian Moe <[email protected]> writes: >> Are you sure about scheme? > > I'm never sure about scheme (still stuck in SICP chapter 2.3). :-) > But when I try (using geiser and guile), I don't get any colnames. > > #+begin_src scheme :colnames '("Odd" "Even") > '((1 2) (3 4) (5 6)) > #+end_src > > #+RESULTS: > | 1 | 2 | > | 3 | 4 | > | 5 | 6 |
I found the cause. Fixed, on main. https://git.savannah.gnu.org/cgit/emacs/org-mode.git/commit/?id=e546047ce -- Ihor Radchenko // yantar92, Org mode maintainer, Learn more about Org mode at <https://orgmode.org/>. Support Org development at <https://liberapay.com/org-mode>, or support my work at <https://liberapay.com/yantar92>
