From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Eric Schulte" Subject: Re: [babel] Why is this not tangling? Date: Tue, 31 Aug 2010 10:20:51 -0600 Message-ID: <8739tu92ic.fsf@gmail.com> References: <4C7D1647.9020901@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from [140.186.70.92] (port=56780 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OqTab-0005oX-Tt for emacs-orgmode@gnu.org; Tue, 31 Aug 2010 12:21:39 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1OqTab-0007AQ-1P for emacs-orgmode@gnu.org; Tue, 31 Aug 2010 12:21:37 -0400 Received: from mail-pw0-f41.google.com ([209.85.160.41]:52529) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1OqTaa-0007AD-Mo for emacs-orgmode@gnu.org; Tue, 31 Aug 2010 12:21:36 -0400 Received: by pwj6 with SMTP id 6so4878688pwj.0 for ; Tue, 31 Aug 2010 09:21:35 -0700 (PDT) List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: R.M.Krug@gmail.com Cc: emacs-orgmode Hi, Rainer M Krug 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