org.texi: Remove unnecessary @quotation

* doc/org.texi (The export dispatcher):
(Languages): Remove @quotation.
This commit is contained in:
Nicolas Goaziou 2015-05-15 15:29:06 +02:00
parent 1c49bdfe26
commit 09fface1a9
1 changed files with 0 additions and 6 deletions

View File

@ -10589,7 +10589,6 @@ minibuffer. From there one can still switch back to regular menu by pressing
@key{?}.} from which it is possible to select an export format and to toggle
export options.
@c @quotation
@table @asis
@orgcmd{C-c C-e,org-export-dispatch}
@ -10598,7 +10597,6 @@ prefix argument, repeat the last export command on the current buffer while
preserving toggled options. If the current buffer hasn't changed and subtree
export was activated, the command will affect that same subtree.
@end table
@c @end quotation
Normally the entire buffer is exported, but if there is an active region
only that part of the buffer will be exported.
@ -15059,10 +15057,8 @@ enabled for evaluation (by default only @code{emacs-lisp} is enabled). This
variable can be set using the customization interface or by adding code like
the following to your emacs configuration.
@quotation
The following disables @code{emacs-lisp} evaluation and enables evaluation of
@code{R} code blocks.
@end quotation
@lisp
(org-babel-do-load-languages
@ -15074,9 +15070,7 @@ The following disables @code{emacs-lisp} evaluation and enables evaluation of
It is also possible to enable support for a language by loading the related
elisp file with @code{require}.
@quotation
The following adds support for evaluating @code{clojure} code blocks.
@end quotation
@lisp
(require 'ob-clojure)