org: add warning against manually loading org

This commit is contained in:
smile13241324 2018-07-02 20:01:12 +02:00 committed by Codruț Constantin Gușoi
parent 25827266a7
commit a087ee2ece
1 changed files with 7 additions and 1 deletions

View File

@ -60,7 +60,7 @@ For more extensive support of references through BibTeX files, have a look at
the [[https://github.com/syl20bnr/spacemacs/blob/develop/layers/+lang/bibtex/README.org][BibTeX layer]].
** Important Note
Since version 0.104, spacemacs uses the =org= version from the org ELPA
Since version 0.104, spacemacs uses the =org= version from the =org= ELPA
repository instead of the one shipped with emacs. Then, any =org= related code
should not be loaded before =dotspacemacs/user-config=, otherwise both versions
will be loaded and will conflict.
@ -77,6 +77,12 @@ One way to avoid conflict is to wrap your =org= config code in a
)
#+END_SRC
Please also note that everything described here only applies if you install this
layer instead of manually loading =org= as separate emacs package.
If this is not done you will encounter a lot of unbind key exceptions while working with org.
More details can be found [[https://github.com/syl20bnr/spacemacs/issues/8106][here]].
* Install
** Layer
To use this configuration layer, add it to your =~/.spacemacs=. You will need to