From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jude DaShiell Subject: Re: documentation versions question Date: Thu, 23 Jun 2011 23:18:13 -0400 (EDT) Message-ID: References: <4E0350D9.7030900@wilkesley.net> Mime-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Return-path: Received: from eggs.gnu.org ([140.186.70.92]:54466) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QZwuN-0004t8-L1 for emacs-orgmode@gnu.org; Thu, 23 Jun 2011 23:18:16 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1QZwuM-0002km-C5 for emacs-orgmode@gnu.org; Thu, 23 Jun 2011 23:18:15 -0400 Received: from shellworld.net ([69.60.117.94]:62912 helo=server1.shellworld.net) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QZwuM-0002kg-9A for emacs-orgmode@gnu.org; Thu, 23 Jun 2011 23:18:14 -0400 In-Reply-To: <4E0350D9.7030900@wilkesley.net> 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: lists@manor-farm.org Cc: emacs-orgmode@gnu.org This is slackware 13.0 and another disk has debian squeeze on it and both exhibit identical behavior. What I did was to edit the makefile and change prefix from /usr/local to /usr but there was no immediate change after build and install. It could be though there will be by tomorrow morning since if I remember correctly install-info gets run once daily and that may update everything correctly. On Thu, 23 Jun 2011, Ian Barton wrote: > On 23/06/11 10:54, Jude DaShiell wrote: > > Once git pull has been run and the build of org and documentation have > > been done and installed, should info org provide the org version of 6.33x? > > Also, orgguide doesn't get added to my info files is it supposed to be > > held separate for some reason? orgguide has version of 7.50 on it and I > > expect that's correct too. > > > > > > > If you are running Linux, this depends on your distribution. The problem is > that Emacs is probably looking in a different place for the info file to the > place where the Makefile installed it. > > My inelegant approach is to define a keyboard macro that points to the place > where the Makefile installed the info file: > > (global-set-key (kbd " i") (lambda () > (interactive) > (info > > "~/dropbox/.emacs.d/src/org-mode/doc/org"))) > > A more subtle approach would be to edit the Makefile to put the info file in > the right place. However, on Ubuntu it's not all clear where this should be. > > Ian. > > >