From a46cf533fa0e6ee9ee0751f884fb95dd04bc1bda Mon Sep 17 00:00:00 2001 From: Bastien Date: Sat, 2 Oct 2021 19:20:39 +0200 Subject: [PATCH] Revert "org-manual.org: Another way to run version from git" This reverts commit aaa184f766a9ca096965024fac24ee37bcc1062d. --- doc/org-manual.org | 6 ------ 1 file changed, 6 deletions(-) diff --git a/doc/org-manual.org b/doc/org-manual.org index af35149ec..b25da7889 100644 --- a/doc/org-manual.org +++ b/doc/org-manual.org @@ -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