Fixed,  thanks -- Eric

Eric S Fraga <[email protected]> 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'.

_______________________________________________
Emacs-orgmode mailing list
Please use `Reply All' to send replies to the list.
[email protected]
http://lists.gnu.org/mailman/listinfo/emacs-orgmode

Reply via email to