From mboxrd@z Thu Jan 1 00:00:00 1970 From: tsd@tsdye.com (Thomas S. Dye) Subject: [PATCH] Documentation of :results wrap Date: Sat, 07 Jan 2012 20:42:20 -1000 Message-ID: Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="=-=-=" Return-path: Received: from eggs.gnu.org ([140.186.70.92]:56594) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RjmSa-0008AX-Rr for emacs-orgmode@gnu.org; Sun, 08 Jan 2012 01:42:29 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1RjmSZ-0007Um-Ej for emacs-orgmode@gnu.org; Sun, 08 Jan 2012 01:42:28 -0500 Received: from oproxy4-pub.bluehost.com ([69.89.21.11]:47958) by eggs.gnu.org with smtp (Exim 4.71) (envelope-from ) id 1RjmSZ-0007U6-54 for emacs-orgmode@gnu.org; Sun, 08 Jan 2012 01:42:27 -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 1RjmSV-0004Ak-6H for emacs-orgmode@gnu.org; Sat, 07 Jan 2012 23:42:24 -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 Org mode manual describes the current behavior of :results wrap. All the best, Tom --=-=-= Content-Type: text/x-patch Content-Disposition: attachment; filename=0001-doc-org.texi-results-wrap-produces-a-drawer-instead-.patch Content-Description: Manual patch >From bc7b5fe2cc52de4468cf847e72cb0a507ebb1626 Mon Sep 17 00:00:00 2001 From: Thomas Dye Date: Sat, 7 Jan 2012 20:38:53 -1000 Subject: [PATCH] * doc/org.texi: :results wrap produces a drawer instead of a begin_results block --- doc/org.texi | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/org.texi b/doc/org.texi index bc82e0b..c4031d7 100644 --- a/doc/org.texi +++ b/doc/org.texi @@ -13351,9 +13351,9 @@ The result is converted to pretty-printed code and is enclosed in a code block. This option currently supports Emacs Lisp, Python, and Ruby. E.g., @code{:results value pp}. @item @code{wrap} -The result is wrapped in a @code{begin_result} block. This can be useful for +The result is wrapped in a RESULTS drawer. This can be useful for inserting @code{raw} or @code{org} syntax results in such a way that their -extend is known and they can be automatically removed or replaced. +extent is known and they can be automatically removed or replaced. @end itemize @subsubheading Handling -- 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 --=-=-=--