Browse Source

updating documentation to mention inline code block syntax

* doc/org.texi (Structure of code blocks): updating documentation to
  mention inline code block syntax
Eric Schulte 14 years ago
parent
commit
3c8dc1eb52
1 changed files with 12 additions and 0 deletions
  1. 12 0
      doc/org.texi

+ 12 - 0
doc/org.texi

@@ -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