From b5bbbc1be100196d4a5d1df594773eb53687b4ab Mon Sep 17 00:00:00 2001 From: Dan Davison Date: Sun, 11 Apr 2010 22:19:19 -0400 Subject: [PATCH] Use angle bracket tags to refer to structural elements of code block --- doc/org.texi | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/doc/org.texi b/doc/org.texi index 322b2e9f1..c69f8dd7e 100644 --- a/doc/org.texi +++ b/doc/org.texi @@ -10665,23 +10665,23 @@ Using code blocks in table formulas The basic structure of code blocks is as follows: @example -#+srcname: name -#+begin_src language header-arguments switches -body +#+srcname: +#+begin_src
+ #+end_src @end example @table @code -@item name +@item The initial name line is optional. If present it is used during code evaluation. -@item language +@item The language of the code in the block. -@item header-arguments +@item
Header arguments control evaluation, export and tangling of source code blocks. See the [[header-arguments][Header Arguments]] section. -@item switches +@item FIXME link/relocate switches discussion in ``Literal examples'' section -@item body +@item The code @end table