From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nick Dokos Subject: Re: documentation versions question Date: Thu, 23 Jun 2011 11:06:04 -0400 Message-ID: <11175.1308841564@alphaville.dokosmarshall.org> References: Reply-To: nicholas.dokos@hp.com Return-path: Received: from eggs.gnu.org ([140.186.70.92]:57074) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QZlU4-0008OU-1V for emacs-orgmode@gnu.org; Thu, 23 Jun 2011 11:06:21 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1QZlU1-0003Cj-3h for emacs-orgmode@gnu.org; Thu, 23 Jun 2011 11:06:19 -0400 Received: from vms173017pub.verizon.net ([206.46.173.17]:60937) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QZlU0-0003CV-Ol for emacs-orgmode@gnu.org; Thu, 23 Jun 2011 11:06:16 -0400 Received: from alphaville.dokosmarshall.org ([unknown] [173.76.32.106]) by vms173017.mailsrvcs.net (Sun Java(tm) System Messaging Server 7u2-7.02 32bit (built Apr 16 2009)) with ESMTPA id <0LN900KSA0M4O8D0@vms173017.mailsrvcs.net> for emacs-orgmode@gnu.org; Thu, 23 Jun 2011 10:06:05 -0500 (CDT) In-reply-to: Message from Jude DaShiell of "Thu, 23 Jun 2011 05:54:32 EDT." 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: Jude DaShiell Cc: nicholas.dokos@hp.com, emacs-orgmode@gnu.org 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. > I got tired of dealing with info setup in .emacs and have resorted to setting the following env variable in my .profile: --8<---------------cut here---------------start------------->8--- INFOPATH= /home/nick/src/emacs/org/org-mode/doc:/usr/local/info:/usr/local/share/info:/usr/info:/usr/share/info export INFOPATH --8<---------------cut here---------------end--------------->8--- It changes very rarely (not at all in the past couple of years) and works with no fuss - but, most importantly, it provides one-stop shopping when a change is needed. Nick PS Linux/Unix obviously - I don't know how to do it on Windoze.