From: "Eric Schulte" <schulte.eric@gmail.com>
To: R.M.Krug@gmail.com
Cc: emacs-orgmode <emacs-orgmode@gnu.org>
Subject: Re: [babel] Why is this not tangling?
Date: Tue, 31 Aug 2010 10:20:51 -0600 [thread overview]
Message-ID: <8739tu92ic.fsf@gmail.com> (raw)
In-Reply-To: 4C7D1647.9020901@gmail.com
Hi,
Rainer M Krug <r.m.krug@gmail.com> writes:
> Hi
>
> I want to tangle the following code into two files, specified as
> properties, but no blocks are tangled - why?
>
> I thought that the property is valid for the whole subtree below?
>
> Thanks,
>
> Rainer
>
>
It looks like you have bad properties syntax.
>
> * Simulation model HakSim
> ** Tool Functions
> *** Layer I/O routines (spreadSim.layersIO.R)
> #:PROPERTIES:
> #:tangle: spreadSim.layersIO.R
> #:END:
>
the above should be
:PROPERTIES:
:tangle: spreadSim.layersIO.R
:END:
without the leading #s
Cheers -- Eric
next prev parent reply other threads:[~2010-08-31 16:21 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2010-08-31 14:48 [babel] Why is this not tangling? Rainer M Krug
2010-08-31 16:20 ` Eric Schulte [this message]
2010-09-01 7:37 ` Rainer M Krug
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=8739tu92ic.fsf@gmail.com \
--to=schulte.eric@gmail.com \
--cc=R.M.Krug@gmail.com \
--cc=emacs-orgmode@gnu.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).