From mboxrd@z Thu Jan 1 00:00:00 1970 From: Vicente Vera Subject: Re: Installing from Git Date: Thu, 14 May 2015 21:35:15 -0300 Message-ID: Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:48426) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Yt3av-0003fc-Qj for emacs-orgmode@gnu.org; Thu, 14 May 2015 20:35:18 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Yt3av-0006jy-1k for emacs-orgmode@gnu.org; Thu, 14 May 2015 20:35:17 -0400 Received: from mail-wg0-x232.google.com ([2a00:1450:400c:c00::232]:34016) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Yt3au-0006jd-Qm for emacs-orgmode@gnu.org; Thu, 14 May 2015 20:35:16 -0400 Received: by wguv19 with SMTP id v19so32140441wgu.1 for ; Thu, 14 May 2015 17:35:15 -0700 (PDT) List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: mbork@mbork.pl, emacs-orgmode Hello. This is my Org-from-Git recipe: After you've cloned the repository (master branch), run "make" and then edit the "local.mk" file. There you'll find a variable named "prefix"; change it according to your Emacs installation. In my setup, Emacs files live in /usr/share/emacs/ so I leave "prefix" unchanged. In a previous installation it was in /usr/local/share/emacs/ so I wrote "prefix = /usr/local/share". Only then run "make install". Now the Info manual will be correctly installed. Also important, add this line to your init file: (require 'org-loaddefs) That should do it.