emacs-orgmode
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Orgmode] [babel] Why is this not tangling?


From: Eric Schulte
Subject: Re: [Orgmode] [babel] Why is this not tangling?
Date: Tue, 31 Aug 2010 10:20:51 -0600
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.0.50 (gnu/linux)

Hi,

Rainer M Krug <address@hidden> 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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]