From mboxrd@z Thu Jan 1 00:00:00 1970 From: Sebastien Vauban Subject: [babel, bug?] colnames with a list of columns does not work Date: Thu, 22 Jan 2015 11:56:43 +0100 Message-ID: <86zj9bytg4.fsf@example.com> Mime-Version: 1.0 Content-Type: text/plain Return-path: List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org-mXXj517/zsQ@public.gmane.org Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org-mXXj517/zsQ@public.gmane.org To: emacs-orgmode-mXXj517/zsQ@public.gmane.org Hello, The following ECM shows it all: #+begin_src R :rownames yes :colnames '(Lg Nb) data(iris) head(table(iris$Petal.Length, iris$Species)[, "setosa"]) #+end_src returns: | | x | |-----+----| | 1 | 1 | | 1.1 | 1 | | 1.2 | 2 | | 1.3 | 7 | | 1.4 | 13 | | 1.5 | 13 | while I was expecting: | Lg | Nb | |-----+----| | 1 | 1 | | 1.1 | 1 | | 1.2 | 2 | | 1.3 | 7 | | 1.4 | 13 | | 1.5 | 13 | Am I missing something? Best regards, Seb -- Sebastien Vauban