summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNicolas Goaziou <mail@nicolasgoaziou.fr>2018-10-07 22:35:10 +0200
committerNicolas Goaziou <mail@nicolasgoaziou.fr>2018-10-07 22:35:10 +0200
commitc088176c8baf3f097c3ad89eb8f2cff79242064d (patch)
tree1c8dc8a297b5ed3de24b5c0109de60a57605cace
parentcbe1d76dc277194f7f0ea5d90617b84184dfc72d (diff)
downloadorg-mode-c088176c8baf3f097c3ad89eb8f2cff79242064d.tar.gz
org-manual: Tiny change
* doc/org-manual.org (Using Emacs packaging system): Use a tagged quotation for the important remark.
-rw-r--r--doc/org-manual.org8
1 files changed, 5 insertions, 3 deletions
diff --git a/doc/org-manual.org b/doc/org-manual.org
index faaf7a1..e45f02e 100644
--- a/doc/org-manual.org
+++ b/doc/org-manual.org
@@ -95,10 +95,12 @@ Recent Emacs distributions include a packaging system which lets you
install Elisp libraries. You can install Org with {{{kbd(M-x
package-install RET org)}}}.
-#+texinfo: @noindent
-*Important*: you need to do this in a session where no =.org= file has
-been visited, i.e., where no Org built-in function have been loaded.
+#+attr_texinfo: :tag Important
+#+begin_quote
+You need to do this in a session where no =.org= file has been
+visited, i.e., where no Org built-in function have been loaded.
Otherwise autoload Org functions will mess up the installation.
+#+end_quote
Then, to make sure your Org configuration is taken into account,
initialize the package system with ~(package-initialize)~ in your