updating documentation to mention inline code block syntax

* doc/org.texi (Structure of code blocks): updating documentation to
  mention inline code block syntax
This commit is contained in:
Eric Schulte 2010-09-08 12:23:31 -06:00
parent 8ca802166b
commit 3c8dc1eb52
1 changed files with 12 additions and 0 deletions

View File

@ -11050,6 +11050,18 @@ The structure of code blocks is as follows:
#+end_src
@end example
Code blocks can also be embedded in text as follows:
@example
src_<language>@{<body>@}
@end example
or
@example
src_<language>[<header arguments>]@{<body>@}
@end example
@table @code
@item <name>
This name is associated with the code block. This is similar to the