0
0
Fork 1
mirror of https://git.savannah.gnu.org/git/emacs/org-mode.git synced 2024-09-29 19:37:52 +00:00

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

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 @key{?}.} from which it is possible to select an export format and to toggle
export options. export options.
@c @quotation
@table @asis @table @asis
@orgcmd{C-c C-e,org-export-dispatch} @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 preserving toggled options. If the current buffer hasn't changed and subtree
export was activated, the command will affect that same subtree. export was activated, the command will affect that same subtree.
@end table @end table
@c @end quotation
Normally the entire buffer is exported, but if there is an active region Normally the entire buffer is exported, but if there is an active region
only that part of the buffer will be exported. 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 variable can be set using the customization interface or by adding code like
the following to your emacs configuration. the following to your emacs configuration.
@quotation
The following disables @code{emacs-lisp} evaluation and enables evaluation of The following disables @code{emacs-lisp} evaluation and enables evaluation of
@code{R} code blocks. @code{R} code blocks.
@end quotation
@lisp @lisp
(org-babel-do-load-languages (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 It is also possible to enable support for a language by loading the related
elisp file with @code{require}. elisp file with @code{require}.
@quotation
The following adds support for evaluating @code{clojure} code blocks. The following adds support for evaluating @code{clojure} code blocks.
@end quotation
@lisp @lisp
(require 'ob-clojure) (require 'ob-clojure)