From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thorsten Jolitz Subject: Re: Possible to use src block to generate org headlines for export? Date: Fri, 25 Jul 2014 16:26:52 +0200 Message-ID: <878unhpl8z.fsf@gmail.com> References: <87zjg1gddd.fsf@fastmail.fm> <87wqb4amqb.fsf@gmail.com> <8738dshkdw.fsf@fastmail.fm> <8761io2jnz.fsf@fastmail.fm> <87ha27a5ip.fsf@gmail.com> <87ppgtltzj.fsf@nicolasgoaziou.fr> <87zjfxk1wb.fsf@nicolasgoaziou.fr> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:44693) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XAgSm-0000oz-9z for emacs-orgmode@gnu.org; Fri, 25 Jul 2014 10:27:18 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XAgSg-0004GX-4G for emacs-orgmode@gnu.org; Fri, 25 Jul 2014 10:27:12 -0400 Received: from plane.gmane.org ([80.91.229.3]:40008) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XAgSf-0004GF-Ui for emacs-orgmode@gnu.org; Fri, 25 Jul 2014 10:27:06 -0400 Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1XAgSe-0006Vh-Fy for emacs-orgmode@gnu.org; Fri, 25 Jul 2014 16:27:04 +0200 Received: from e178191039.adsl.alicedsl.de ([85.178.191.39]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Fri, 25 Jul 2014 16:27:04 +0200 Received: from tjolitz by e178191039.adsl.alicedsl.de with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Fri, 25 Jul 2014 16:27:04 +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 Andreas Leha 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.fsf@gmail.com][Email from Thorsten Jolitz: {BUG} src_blocks - :results ra]] -- cheers, Thorsten