From mboxrd@z Thu Jan 1 00:00:00 1970 From: Brian Gough Subject: [PATCH] tangling is not a widely-known term, describe it as literate programming Date: Wed, 8 Dec 2010 21:05:32 +0000 Message-ID: <1291842341-15199-10-git-send-email-bjg@network-theory.co.uk> References: <1291842341-15199-1-git-send-email-bjg@network-theory.co.uk> <1291842341-15199-2-git-send-email-bjg@network-theory.co.uk> <1291842341-15199-3-git-send-email-bjg@network-theory.co.uk> <1291842341-15199-4-git-send-email-bjg@network-theory.co.uk> <1291842341-15199-5-git-send-email-bjg@network-theory.co.uk> <1291842341-15199-6-git-send-email-bjg@network-theory.co.uk> <1291842341-15199-7-git-send-email-bjg@network-theory.co.uk> <1291842341-15199-8-git-send-email-bjg@network-theory.co.uk> <1291842341-15199-9-git-send-email-bjg@network-theory.co.uk> Return-path: Received: from [140.186.70.92] (port=48811 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PQRE5-0006K0-5j for emacs-orgmode@gnu.org; Wed, 08 Dec 2010 16:07:09 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1PQRDw-0002dB-F3 for emacs-orgmode@gnu.org; Wed, 08 Dec 2010 16:07:00 -0500 Received: from server.network-theory.com ([109.74.193.71]:40532) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1PQRDw-0002cq-8E for emacs-orgmode@gnu.org; Wed, 08 Dec 2010 16:06:52 -0500 In-Reply-To: <1291842341-15199-9-git-send-email-bjg@network-theory.co.uk> 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: emacs-orgmode@gnu.org Cc: Barry Gidden , Brian Gough --- doc/org.texi | 5 +++-- 1 files changed, 3 insertions(+), 2 deletions(-) diff --git a/doc/org.texi b/doc/org.texi index 1a2b3dd..930f948 100644 --- a/doc/org.texi +++ b/doc/org.texi @@ -770,7 +770,7 @@ create dynamic @i{agenda views}. Org mode contains the Org Babel environment which allows you to work with embedded source code blocks in a file, to facilitate code evaluation, -documentation, and tangling. +documentation, and literate programming techniques. Org's automatic, context-sensitive table editor with spreadsheet capabilities can be integrated into any major mode by activating the @@ -11103,7 +11103,8 @@ Source code can be included in Org-mode documents using a @samp{src} block, Org-mode provides a number of features for working with live source code, including editing of code blocks in their native major-mode, evaluation of -code blocks, tangling of code blocks, and exporting code blocks and their +code blocks, converting code blocks into source files (known as @dfn{tangling} +in literate programming), and exporting code blocks and their results in several formats. This functionality was contributed by Eric Schulte and Dan Davison, and was originally named Org-babel. -- 1.6.0.6