mirror of
https://git.savannah.gnu.org/git/emacs/org-mode.git
synced 2024-11-26 07:33:39 +00:00
org-manual.org: Another way to run version from git
* doc/org-manual.org (Using Org's git repository): Suggest '-L' command line option to test git version without modification of init file.
This commit is contained in:
parent
50e6ccff3a
commit
aaa184f766
@ -127,6 +127,12 @@ 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
|
||||
|
Loading…
Reference in New Issue
Block a user