From mboxrd@z Thu Jan 1 00:00:00 1970 From: tsd@tsdye.com (Thomas S. Dye) Subject: [PATCH] Manual edit for :noweb no-export Date: Wed, 11 Jan 2012 08:57:12 -1000 Message-ID: Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="=-=-=" Return-path: Received: from eggs.gnu.org ([140.186.70.92]:33294) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Rl3MZ-0003MZ-RB for emacs-orgmode@gnu.org; Wed, 11 Jan 2012 13:57:37 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Rl3MK-0005i7-5a for emacs-orgmode@gnu.org; Wed, 11 Jan 2012 13:57:26 -0500 Received: from oproxy3-pub.bluehost.com ([69.89.21.8]:37588) by eggs.gnu.org with smtp (Exim 4.71) (envelope-from ) id 1Rl3MJ-0005hy-J1 for emacs-orgmode@gnu.org; Wed, 11 Jan 2012 13:57:15 -0500 Received: from [72.253.173.33] (helo=poto) by box472.bluehost.com with esmtpa (Exim 4.76) (envelope-from ) id 1Rl3MG-00023G-70 for emacs-orgmode@gnu.org; Wed, 11 Jan 2012 11:57:12 -0700 List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: Org-mode --=-=-= Aloha all, Attached please find subject patch. All the best, Tom --=-=-= Content-Type: text/x-patch Content-Disposition: attachment; filename=0001-doc-org.texi-Documented-noweb-no-export.patch Content-Description: Manual patch >From bd3579cef735c2bb62c37a4d394597be384fe18d Mon Sep 17 00:00:00 2001 From: Thomas Dye Date: Wed, 11 Jan 2012 08:46:27 -1000 Subject: [PATCH] * doc/org.texi: Documented :noweb no-export --- doc/org.texi | 28 +++++++++++++++++----------- 1 files changed, 17 insertions(+), 11 deletions(-) diff --git a/doc/org.texi b/doc/org.texi index d23d2ab..a9f0139 100644 --- a/doc/org.texi +++ b/doc/org.texi @@ -13581,21 +13581,27 @@ interpreted language. @node noweb, noweb-ref, session, Specific header arguments @subsubsection @code{:noweb} -The @code{:noweb} header argument controls expansion of ``noweb'' style (see -@ref{Noweb reference syntax}) references in a code block. This header -argument can have one of three values: @code{yes}, @code{no}, or @code{tangle}. +The @code{:noweb} header argument controls expansion of ``noweb'' syntax +references (see @ref{Noweb reference syntax}) when the code block is +evaluated, tangled, or exported. The @code{:noweb} header argument can have +one of four values: @code{no}, @code{yes}, @code{tangle}, or +@code{no-export}. @itemize @bullet -@item @code{yes} -All ``noweb'' syntax references in the body of the code block will be -expanded before the block is evaluated, tangled or exported. @item @code{no} -The default. No ``noweb'' syntax specific action is taken when the code -block is evaluated, tangled or exported. +The default. ``Noweb'' syntax references in the body of the code block will +not be expanded before the code block is evaluated, tangled or exported. +@item @code{yes} +``Noweb'' syntax references in the body of the code block will be +expanded before the code block is evaluated, tangled or exported. @item @code{tangle} -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. +``Noweb'' syntax references in the body of the code block will be expanded +before the code block is tangled. However, ``noweb'' syntax references will +not be expanded when the code block is evaluated or exported. +@item @code{no-export} +``Noweb'' syntax references in the body of the code block will be expanded +before the block is evaluated or tangled. However, ``noweb'' syntax +references will not be expanded when the code block is exported. @end itemize @subsubheading Noweb prefix lines -- 1.7.5.4 --=-=-= -- T.S. Dye & Colleagues, Archaeologists 735 Bishop St, Suite 315, Honolulu, HI 96813 Tel: 808-529-0866, Fax: 808-529-0884 http://www.tsdye.com --=-=-=--