all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* table not returned
@ 2012-03-27 20:02 Andreas Leha
  2012-03-27 20:27 ` Bastien
  0 siblings, 1 reply; 7+ messages in thread
From: Andreas Leha @ 2012-03-27 20:02 UTC (permalink / raw)
  To: emacs-orgmode

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

^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2012-04-03  6:20 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-03-27 20:02 table not returned Andreas Leha
2012-03-27 20:27 ` Bastien
2012-03-28 11:45   ` Andreas Leha
2012-03-28 12:45     ` Nick Dokos
2012-03-28 13:26       ` Andreas Leha
2012-03-28 14:20         ` Nick Dokos
2012-04-03  6:21           ` Bastien

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.