From mboxrd@z Thu Jan 1 00:00:00 1970 From: tsd@tsdye.com (Thomas S. Dye) Subject: Manual patch: noweb header argument Date: Sun, 22 Feb 2015 07:29:05 -1000 Message-ID: Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="=-=-=" Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:42034) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YPaLT-0002VY-1n for emacs-orgmode@gnu.org; Sun, 22 Feb 2015 12:29:32 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YPaLO-0006wn-1f for emacs-orgmode@gnu.org; Sun, 22 Feb 2015 12:29:30 -0500 Received: from gproxy10-pub.mail.unifiedlayer.com ([69.89.20.226]:46222) by eggs.gnu.org with smtp (Exim 4.71) (envelope-from ) id 1YPaLN-0006wW-Qh for emacs-orgmode@gnu.org; Sun, 22 Feb 2015 12:29:25 -0500 Received: from [98.155.255.145] (port=50284 helo=manifi) by box472.bluehost.com with esmtpsa (TLSv1.2:AES128-GCM-SHA256:128) (Exim 4.82) (envelope-from ) id 1YPaLD-0004pe-2g for emacs-orgmode@gnu.org; Sun, 22 Feb 2015 10:29:15 -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: emacs-orgmode@gnu.org --=-=-= Content-Type: text/plain Aloha all, The attached patch recognizes all six possible :noweb header arguments. All the best, Tom --=-=-= Content-Type: text/x-patch Content-Disposition: attachment; filename=0001-Revise-noweb-header-argument.patch Content-Description: Patch for manual >From 3106e37ba1cfd7fa8e7c1a792a7c69cf76aa5343 Mon Sep 17 00:00:00 2001 From: tsdye Date: Sun, 22 Feb 2015 07:20:34 -1000 Subject: [PATCH] Revise noweb header argument --- doc/org.texi | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/org.texi b/doc/org.texi index 5b4862b..99c6819 100644 --- a/doc/org.texi +++ b/doc/org.texi @@ -15618,8 +15618,8 @@ the same session. Using different session names enables concurrent sessions 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 the five values: @code{no}, @code{yes}, @code{tangle}, or -@code{no-export} @code{strip-export}. +one of six values: @code{no}, @code{yes}, @code{tangle}, @code{no-export}, +@code{strip-export}, or @code{eval}. @itemize @bullet @item @code{no} -- 2.3.0 --=-=-= Content-Type: text/plain -- 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 --=-=-=--