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


Reply via email to