From 09fface1a9207fb855bb032ed759f3ecc42ff274 Mon Sep 17 00:00:00 2001 From: Nicolas Goaziou Date: Fri, 15 May 2015 15:29:06 +0200 Subject: [PATCH] org.texi: Remove unnecessary @quotation * doc/org.texi (The export dispatcher): (Languages): Remove @quotation. --- doc/org.texi | 6 ------ 1 file changed, 6 deletions(-) diff --git a/doc/org.texi b/doc/org.texi index 5ee8a3a73..1430c3e28 100644 --- a/doc/org.texi +++ b/doc/org.texi @@ -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)