From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Eric Schulte" Subject: Re: [error] Error in the info manual on :noweb header arguments Date: Wed, 03 Nov 2010 09:33:36 -0600 Message-ID: <87y69ajub3.fsf@gmail.com> References: <87tyjyppfa.fsf@ucl.ac.uk> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from [140.186.70.92] (port=57291 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PDfLL-0003ro-6s for emacs-orgmode@gnu.org; Wed, 03 Nov 2010 11:33:44 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1PDfLJ-0007rs-PO for emacs-orgmode@gnu.org; Wed, 03 Nov 2010 11:33:43 -0400 Received: from mail-pw0-f41.google.com ([209.85.160.41]:44323) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1PDfLJ-0007rl-Ku for emacs-orgmode@gnu.org; Wed, 03 Nov 2010 11:33:41 -0400 Received: by pwi1 with SMTP id 1so403813pwi.0 for ; Wed, 03 Nov 2010 08:33:40 -0700 (PDT) In-Reply-To: <87tyjyppfa.fsf@ucl.ac.uk> (Eric S. Fraga's message of "Wed, 03 Nov 2010 12:22:33 +0000") 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: Eric S Fraga Cc: Emacs Org mode mailing list Fixed, thanks -- Eric Eric S Fraga writes: > The following has a small error: > > ,---- > | 14.8.2.10 `:noweb' > | .................. > | > | The `:noweb' header argument controls expansion of "noweb" style (see > | *note Noweb reference syntax::) references in a code block. This header > | argument can have one of three values: `yes' `no' or `tangle'. > | > | * `yes' All "noweb" syntax references in the body of the code block > | will be expanded before the block is evaluated, tangled or > | exported. > | > | * `no' The default. No "noweb" syntax specific action is taken on > | evaluating code blocks, However, noweb references will still be > | expanded during tangling. > | > | * `yes' All "noweb" syntax references in the body of the code block > | will be expanded before the block is tangled, however "noweb" > | references will not be expanded when the block is evaluated or > | exported. > `---- > > Specifically, the last bullet point should be for `tangle', not `yes'.