STARTED Newlines etc in table cells mess up table formatting

  • State "STARTED" from "TODO" 2010-06-18 Fri 12:35
  • State "TODO" from "" 2010-03-16 Tue 23:36

Put together an org-table.el patch and submitted to the list, so we'll see. For some reason the patch still doesn't fix the aberrant R behavior.

Perhaps we should remove or protect characters like {\n,\r,\f,\v} when they occur in table cells.

Is this something that should be implemented in `orgtbl-to-orgtbl'? Maybe this is worth a post to the mailing list…

(orgtbl-to-orgtbl '(("first" "line") ("second" "line
with
newlines")) '())
  '((1 2 3 4) ("eric
michael
schulte"))
  [["one", "two", "three
four"]]
data.frame(numbers=1:10, strings=c(letters[1:9], "an entry with a
newline character"))