As I understand, the worg pages are not official pages. They can be contributed to by anyone interested.

I would rather refer to http://orgmode.org/manual/Installation.html to official org installation instructions.

In a nutshell, to install org from git,

1. Clone the git repo
2. Copy default.mk to local.mk and make changes in that as needed. Typically one would simply need to change just the prefix variable. Change any variable as you need in local.mk
3. make cleanall && make && make install

On Tue, Jun 14, 2016 at 1:12 PM Rustom Mody <rustompmody@gmail.com> wrote:
that recommend to use
(require 'org-install)

However org-install itself says:

;; The file org-install is obsolete.
;;
;; It is provided here so that (require 'org-install) does not
;; trigger an error for users with obsolete Emacs configuration.
;; You can safely remove (require 'org-install) from your config."


And contains nothing else!!

So what exactly is the case?
What is the setup procedure recommended for git-installed org?
--

--
Kaushal Modi