From mboxrd@z Thu Jan 1 00:00:00 1970 From: Eric Schulte Subject: Re: [babel] Piping from sh code to shell? Date: Wed, 13 Jul 2011 11:43:43 -0600 Message-ID: <878vs2jcl4.fsf@gmail.com> References: Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([140.186.70.92]:51613) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Qh3YZ-0006GP-65 for emacs-orgmode@gnu.org; Wed, 13 Jul 2011 13:49:09 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Qh3YW-00056T-1o for emacs-orgmode@gnu.org; Wed, 13 Jul 2011 13:49:06 -0400 Received: from mail-iw0-f169.google.com ([209.85.214.169]:65290) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Qh3YV-00055x-Fr for emacs-orgmode@gnu.org; Wed, 13 Jul 2011 13:49:03 -0400 Received: by iwn8 with SMTP id 8so6771366iwn.0 for ; Wed, 13 Jul 2011 10:49:01 -0700 (PDT) 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: Rainer M Krug Cc: emacs-orgmode Hi Rainer, I am not entirely sure what you are asking, but there is currently no support for piping portions of code blocks to a shell. sh code blocks do however support session evaluation, which could be similar. Best -- Eric Rainer M Krug writes: > Hi > > this is not strictly an org-babel question - but here is it anyway. > > If I have an sh code block as follow > > #+begin_src sh > TXT="Hello World" > echo $TXT > #+end_src > > and enter it with C-c ' --- is there a way of piping single lines, regions, > the whole block to a shell, similar to the functionality provided by ESS and > R? > > Thanks, > > Rainer -- Eric Schulte http://cs.unm.edu/~eschulte/