From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Sebastien Vauban" Subject: [babel] Specified colnames Date: Sun, 07 Apr 2013 22:11:23 +0200 Message-ID: <86y5cuxfro.fsf@somewhere.org> 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 Hi Eric, I'm trying to specify the column names of the table. #+name: input | title | baz | |-------+-----| | obs1 | foo | | obs2 | bar | But both versions (with symbols or strings) just do return the plain input table. #+name: R-echo-colnames-list #+begin_src R :var data=input :exports results :colnames '(Rev Author) data #+end_src #+name: R-echo-colnames-qlist #+begin_src R :var data=input :exports results :colnames '("Rev" "Author") data #+end_src Am I doing something wrong? Best regards, Seb -- Sebastien Vauban