From mboxrd@z Thu Jan 1 00:00:00 1970 From: tsd@tsdye.com (Thomas S. Dye) Subject: [PATCH] Revise manual entry for :noweb no Date: Tue, 10 Jan 2012 06:10:44 -1000 Message-ID: Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="=-=-=" Return-path: Received: from eggs.gnu.org ([140.186.70.92]:38181) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RkeHr-00009J-IN for emacs-orgmode@gnu.org; Tue, 10 Jan 2012 11:11:05 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1RkeHm-00047R-JP for emacs-orgmode@gnu.org; Tue, 10 Jan 2012 11:10:59 -0500 Received: from oproxy9.bluehost.com ([69.89.24.6]:55658) by eggs.gnu.org with smtp (Exim 4.71) (envelope-from ) id 1RkeHm-00046w-A0 for emacs-orgmode@gnu.org; Tue, 10 Jan 2012 11:10:54 -0500 Received: from cpe-24-94-66-191.hawaii.res.rr.com ([24.94.66.191] helo=poto) by box472.bluehost.com with esmtpa (Exim 4.76) (envelope-from ) id 1RkeHh-0004rd-Bx for emacs-orgmode@gnu.org; Tue, 10 Jan 2012 09:10:51 -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, The attached patch to the manual is intended to make the description of :noweb no conform to its behavior. All the best, Tom --=-=-= Content-Type: text/x-patch Content-Disposition: attachment; filename=0001-doc-org.texi-Edit-noweb-no-header-argument-for-corre.patch Content-Description: Patch for noweb no >From 7207cdec84daecd31d4e53117c477abaad91bbd1 Mon Sep 17 00:00:00 2001 From: Thomas Dye Date: Tue, 10 Jan 2012 06:06:49 -1000 Subject: [PATCH] * doc/org.texi: Edit :noweb no header argument for correctness --- doc/org.texi | 5 ++--- 1 files changed, 2 insertions(+), 3 deletions(-) diff --git a/doc/org.texi b/doc/org.texi index c4031d7..c3405f1 100644 --- a/doc/org.texi +++ b/doc/org.texi @@ -13583,9 +13583,8 @@ argument can have one of three values: @code{yes}, @code{no}, or @code{tangle}. 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 on evaluating -code blocks, However, noweb references will still be expanded during -tangling. +The default. No ``noweb'' syntax specific action is taken when 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 -- 1.7.5.4 --=-=-= -- Thomas S. Dye http://www.tsdye.com --=-=-=--