From mboxrd@z Thu Jan 1 00:00:00 1970 From: Andreas Leha Subject: table not returned Date: Tue, 27 Mar 2012 22:02:52 +0200 Message-ID: <87ty19ak2b.fsf@med.uni-goettingen.de> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Return-path: Received: from eggs.gnu.org ([208.118.235.92]:55059) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SCcdn-00049P-1S for emacs-orgmode@gnu.org; Tue, 27 Mar 2012 16:05:16 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1SCcdl-0005Lq-GZ for emacs-orgmode@gnu.org; Tue, 27 Mar 2012 16:05:14 -0400 Received: from plane.gmane.org ([80.91.229.3]:35548) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SCcdl-0005Ld-9g for emacs-orgmode@gnu.org; Tue, 27 Mar 2012 16:05:13 -0400 Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1SCcdj-0001Oh-Fl for emacs-orgmode@gnu.org; Tue, 27 Mar 2012 22:05:11 +0200 Received: from 134.76.2.86 ([134.76.2.86]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Tue, 27 Mar 2012 22:05:11 +0200 Received: from andreas.leha by 134.76.2.86 with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Tue, 27 Mar 2012 22:05:11 +0200 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@gnu.org Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: emacs-orgmode@gnu.org Hi all, I have problems with the following table to be inserted into the org mode buffer: #+begin_src R :results table data.frame(parameter=c("parameter", "", "param1"), mean=c("mean ± sd", "", "1.1 ± 0.1"), median=c("median", "(minimum;maximum)", "1 (1;2)")) #+end_src #+results: The problem seems to be the "(" as a first character in a cell. Is this a to-be-expected limitation of org-mode tables? Regards, Andreas