Andreas Leha <andreas.l...@med.uni-goettingen.de> writes: > But then, I do not understand your statement 'headlines are the only > limitation to raw+replace behaviour'. > > This code block does not seem to respect 'raw+replace' for me: > > #+name: dtrn > #+BEGIN_SRC R :results raw replace > nwords <- 500 > nletters <- sapply(1:nwords, function(i) sample(1:10, 1)) > words <- sapply(nletters, function(i) paste(sample(letters, i), > collapse="")) > words[sample(nwords, 100)] <- "\n" > paste(words, collapse=" ") > #+END_SRC
neither for me, see this thread (I hope the link works): [[gnus:nntp+news.gmane.org:gmane.emacs.orgmode#87vbraroza....@gmail.com][Email from Thorsten Jolitz: {BUG} src_blocks - :results ra]] -- cheers, Thorsten