Hi Sebastien, 2015ko urtarrilak 23an, Sebastien Vauban-ek idatzi zuen: > Yes, you just show that the documentation is not up-to-date, as that > functionality *is* implemented for most languages. > > Doing some bit of archeology, I just found out that: > > - Eric wrote a patch to support the above (but it hasn't be applied), > > - I (!) even wrote a test of that functionality (for a shell block) in > `testing/lisp/test-ob.el'. > > See https://lists.gnu.org/archive/html/emacs-orgmode/2013-04/msg00527.html: Thanks for bringing this back to the surface. I reworked Eric’s patch (which no longer applied cleanly). The result is attached. With this patch: - Both row/colnames set from R and from Org should work - If they are set in both ways, the Org ones will win There are tests for this behavior. There is a slight mismatch between R and Org. R considers the colnames (C) and rownames (R) separate from the table (X): CCCC R XXXX R XXXX R XXXX On the other hand, Babel assigns a colname to the column of rownames: C CCCC R XXXX R XXXX R XXXX So, R users will need to watch out for this. I wasn’t sure where to document it – maybe Worg? (There’s a comment about it in the test suite, but that hardly counts.)