From: "Charles C. Berry" <ccberry@ucsd.edu>
To: Stig Brautaset <stig@brautaset.org>
Cc: emacs-orgmode@gnu.org
Subject: Re: eval code snippet before tangling config file
Date: Wed, 11 May 2016 08:24:58 -0700 [thread overview]
Message-ID: <alpine.OSX.2.20.1605110821310.556@charles-berrys-macbook.local> (raw)
In-Reply-To: <m2bn4cydrg.fsf@brautaset.org>
On Wed, 11 May 2016, Stig Brautaset wrote:
>
> Hi,
>
> 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:
>
> #+NAME: hostname
> #+BEGIN_SRC sh
> hostname -s
> #+END_SRC
>
> #+BEGIN_SRC conf :tangle /usr/local/etc/leafnode/config :noweb tangle
> expire = 20
> server = news.gmane.org
> initialfetch = 100
> hostname = <<hostname>>.superloopy.io
> #+END_SRC
>
Try `<<hostname()>>'.
See (info "(org) Noweb reference syntax")
... <<code-block-name(optional arguments)>> ...
HTH,
Chuck
next prev parent reply other threads:[~2016-05-11 15:25 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-05-11 12:34 eval code snippet before tangling config file Stig Brautaset
2016-05-11 15:24 ` Charles C. Berry [this message]
2016-05-11 16:58 ` Stig Brautaset
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
List information: https://www.orgmode.org/
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=alpine.OSX.2.20.1605110821310.556@charles-berrys-macbook.local \
--to=ccberry@ucsd.edu \
--cc=emacs-orgmode@gnu.org \
--cc=stig@brautaset.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
Code repositories for project(s) associated with this public inbox
https://git.savannah.gnu.org/cgit/emacs/org-mode.git
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).