From mboxrd@z Thu Jan 1 00:00:00 1970 From: Stig Brautaset Subject: Re: eval code snippet before tangling config file Date: Wed, 11 May 2016 17:58:01 +0100 Message-ID: References: Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:41879) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1b0Xny-0006ap-S1 for emacs-orgmode@gnu.org; Wed, 11 May 2016 13:20:15 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1b0Xnt-0005fB-N4 for emacs-orgmode@gnu.org; Wed, 11 May 2016 13:20:13 -0400 Received: from plane.gmane.org ([80.91.229.3]:48170) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1b0Xnt-0005eI-AW for emacs-orgmode@gnu.org; Wed, 11 May 2016 13:20:09 -0400 Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1b0Xnp-0005h4-Q0 for emacs-orgmode@gnu.org; Wed, 11 May 2016 19:20:05 +0200 Received: from 85.255.236.16 ([85.255.236.16]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Wed, 11 May 2016 19:20:05 +0200 Received: from stig by 85.255.236.16 with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Wed, 11 May 2016 19:20:05 +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" To: emacs-orgmode@gnu.org "Charles C. Berry" writes: > On Wed, 11 May 2016, Stig Brautaset wrote: >> >> I'm trying to evaluate a line of shell code and put its output into a >> snippet that will be tangled to a file. My best attempt so far: [...] > Try `<>'. > > See (info "(org) Noweb reference syntax") > > ... <> ... > > HTH, It does indeed! Thank you. I clearly missed that section of the manual. Stig