emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
From: "Charles C. Berry" <ccberry@ucsd.edu>
To: Philip Hudson <phil.hudson@iname.com>
Cc: emacs orgmode-mailinglist <emacs-orgmode@gnu.org>
Subject: Re: Tangling flow control
Date: Wed, 9 Nov 2016 17:19:16 -0800	[thread overview]
Message-ID: <alpine.OSX.2.20.1611091713040.2871@charles-berrys-macbook.local> (raw)
In-Reply-To: <CAJ1MqVGkE44AOaXT4cwmoxhYqet+2p_KqbtrK7fKcvUxrA6HEw@mail.gmail.com>

On Wed, 9 Nov 2016, Philip Hudson wrote:

> On 9 November 2016 at 21:41, Charles C. Berry <ccberry@ucsd.edu> wrote:
>> The org src block is just a container. Its body is a src block template that
>> gets copied into the variable `tmpl', which if filled and placed in file can
>> be tangled.
>
> That makes sense, but it seems to conflict with what you illustrate:
>
> #+RESULTS:
> #+BEGIN_src org
> ,#+BEGIN_SRC shell :tangle abc.sh
> ls -lt my-dir
> ,#+END_SRC
> #+END_src
>
> I'd expect/want:
>
> #+RESULTS:
> #+BEGIN_SRC shell :tangle abc.sh
> ls -lt my-dir
> #+END_SRC
>
> Wouldn't I?


For sure. But when developing stuff like this `:wrap src org' will capture 
it and protect against messing up the rest of your *.org file.

Once you get it filling the template as you want it, remove the :wrap 
header and add a `:file script.org' header

But it is indeed optional.

Chuck

  reply	other threads:[~2016-11-10  1:19 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-11-08 21:21 Tangling flow control Philip Hudson
2016-11-09 17:54 ` Charles C. Berry
2016-11-09 20:32   ` Philip Hudson
2016-11-09 21:41     ` Charles C. Berry
2016-11-09 22:59       ` Philip Hudson
2016-11-10  1:19         ` Charles C. Berry [this message]
2016-11-10 10:36           ` Philip Hudson

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.1611091713040.2871@charles-berrys-macbook.local \
    --to=ccberry@ucsd.edu \
    --cc=emacs-orgmode@gnu.org \
    --cc=phil.hudson@iname.com \
    /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).