From mboxrd@z Thu Jan 1 00:00:00 1970 From: tsd@tsdye.com (Thomas S. Dye) Subject: [PATCH] document org-babel-inline-result-wrap Date: Tue, 11 Mar 2014 15:18:16 -1000 Message-ID: Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="=-=-=" Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:51247) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WNXpR-00021t-MO for emacs-orgmode@gnu.org; Tue, 11 Mar 2014 21:19:36 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1WNXpK-000859-O4 for emacs-orgmode@gnu.org; Tue, 11 Mar 2014 21:19:29 -0400 Received: from oproxy1-pub.mail.unifiedlayer.com ([66.147.249.253]:58381) by eggs.gnu.org with smtp (Exim 4.71) (envelope-from ) id 1WNXpK-000850-GN for emacs-orgmode@gnu.org; Tue, 11 Mar 2014 21:19:22 -0400 Received: from [72.253.173.33] (port=50798 helo=manifi) by box472.bluehost.com with esmtpsa (UNKNOWN:CAMELLIA128-SHA:128) (Exim 4.80) (envelope-from ) id 1WNXoK-0001sp-1m for emacs-orgmode@gnu.org; Tue, 11 Mar 2014 19:18:20 -0600 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 --=-=-= Content-Type: text/plain Aloha all, A brief documentation patch. All the best, Tom --=-=-= Content-Type: text/x-patch Content-Disposition: attachment; filename=0001-Documented-org-babel-inline-result-wrap.patch Content-Description: Patch for org.texi >From 0b3898a0b0fa9150c6e8de88de267a2db9345bdb Mon Sep 17 00:00:00 2001 From: tsdye Date: Tue, 11 Mar 2014 15:09:43 -1000 Subject: [PATCH] Documented org-babel-inline-result-wrap --- doc/org.texi | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/doc/org.texi b/doc/org.texi index 7e66034..62c2476 100644 --- a/doc/org.texi +++ b/doc/org.texi @@ -13957,10 +13957,13 @@ its results into the Org mode buffer. @cindex #+CALL It is also possible to evaluate named code blocks from anywhere in an Org -mode buffer or an Org mode table. Live code blocks located in the current -Org mode buffer or in the ``Library of Babel'' (see @ref{Library of Babel}) -can be executed. Named code blocks can be executed with a separate -@code{#+CALL:} line or inline within a block of text. +mode buffer or an Org mode table. These named code blocks can be located in +the current Org mode buffer or in the ``Library of Babel'' (see @ref{Library +of Babel}). Named code blocks can be evaluated with a separate +@code{#+CALL:} line or inline within a block of text. In both cases +the result is wrapped according to the value of +@var{org-babel-inline-result-wrap}, which by default is @code{"=%s="} for +markup that produces verbatim text. The syntax of the @code{#+CALL:} line is -- 1.8.5.5 --=-=-= 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 --=-=-=--