浏览代码

doc: documentation of the `:results wrap' header argument

* doc/org.texi (results): Documentation of the `:results wrap' header
  argument.
Eric Schulte 14 年之前
父节点
当前提交
1d1654896e
共有 1 个文件被更改,包括 4 次插入0 次删除
  1. 4 0
      doc/org.texi

+ 4 - 0
doc/org.texi

@@ -12009,6 +12009,10 @@ E.g., @code{:results value code}.
 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
+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.
 @end itemize
 
 @subsubheading Handling