org.texi: Fix left-overs from src block syntax change

* doc/org.texi (Evaluating code blocks):
(results):
* doc/orgguide.texi (HTML export):
(@LaTeX{} and PDF export): Use "#+begin_export" foo instead of
"#+begin_foo".
This commit is contained in:
Nicolas Goaziou 2016-06-15 13:13:31 +02:00
parent 1ee633ecf1
commit a101aad97c
2 changed files with 8 additions and 8 deletions

View File

@ -15150,7 +15150,7 @@ End header arguments are applied to the calling instance and do not affect
evaluation of the named code block. They affect how the results are
incorporated into the Org mode buffer and how the call line is exported. For
example, @code{:results html} will insert the results of the call line
evaluation in the Org buffer, wrapped in a @code{BEGIN_HTML:} block.
evaluation in the Org buffer, wrapped in a @code{BEGIN_EXPORT html} block.
For more examples of passing header arguments to @code{#+CALL:} lines see
@ref{Header arguments in function calls}.
@ -15840,11 +15840,11 @@ The results are will be enclosed in a @code{BEGIN_SRC org} block.
They are not comma-escaped by default but they will be if you hit @kbd{TAB}
in the block and/or if you export the file. E.g., @code{:results value org}.
@item @code{html}
Results are assumed to be HTML and will be enclosed in a @code{BEGIN_HTML}
block. E.g., @code{:results value html}.
Results are assumed to be HTML and will be enclosed in a @code{BEGIN_EXPORT
html} block. E.g., @code{:results value html}.
@item @code{latex}
Results assumed to be @LaTeX{} and are enclosed in a @code{BEGIN_LaTeX} block.
E.g., @code{:results value latex}.
Results assumed to be @LaTeX{} and are enclosed in a @code{BEGIN_EXPORT
latex} block. E.g., @code{:results value latex}.
@item @code{code}
Result are assumed to be parsable code and are enclosed in a code block.
E.g., @code{:results value code}.

View File

@ -2402,7 +2402,7 @@ the exported file use either
@noindent
or
@smallexample
#+BEGIN_HTML
#+BEGIN_EXPORT html
All lines between these markers are exported literally
#+END_HTML
@end smallexample
@ -2425,8 +2425,8 @@ file. The class must be listed in @code{org-latex-classes}.
Embedded @LaTeX{} as described in @ref{Embedded @LaTeX{}}, will be correctly
inserted into the @LaTeX{} file. Similarly to the HTML exporter, you can use
@code{#+LATEX:} and @code{#+BEGIN_LATEX ... #+END_LATEX} construct to add
verbatim @LaTeX{} code.
@code{#+LATEX:} and @code{#+BEGIN_EXPORT latex ... #+END_EXPORT} construct to
add verbatim @LaTeX{} code.
@node iCalendar export, , @LaTeX{} and PDF export, Exporting
@section iCalendar export