Revert "org-manual.org: Another way to run version from git"

This reverts commit aaa184f766.
This commit is contained in:
Bastien 2021-10-02 19:20:39 +02:00
parent aaa184f766
commit a46cf533fa
1 changed files with 0 additions and 6 deletions

View File

@ -127,12 +127,6 @@ Make sure you set the load path correctly in your Emacs init file:
(add-to-list 'load-path "~/src/org-mode/lisp")
#+end_src
Alternatively, if you intention is to test the latest version and you are
not going to use it permanently then suppress regular initialization,
optionally provide minimal init file and specify load path in command line:
: $ emacs -Q -L ~/src/org-mode/lisp -l /path/to/init-git.el
You can also compile with =make=, generate the documentation with
=make doc=, create a local configuration with =make config= and
install Org with =make install=. Please run =make help= to get the