From mboxrd@z Thu Jan 1 00:00:00 1970 From: Rustom Mody Subject: Re: documentation versions question Date: Fri, 24 Jun 2011 09:24:22 +0530 Message-ID: Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Return-path: Received: from eggs.gnu.org ([140.186.70.92]:33851) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QZxTN-0008OM-WB for emacs-orgmode@gnu.org; Thu, 23 Jun 2011 23:54:27 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1QZxTM-0007R3-DT for emacs-orgmode@gnu.org; Thu, 23 Jun 2011 23:54:25 -0400 Received: from mail-iy0-f169.google.com ([209.85.210.169]:58162) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QZxTM-0007Qt-3o for emacs-orgmode@gnu.org; Thu, 23 Jun 2011 23:54:24 -0400 Received: by iyl8 with SMTP id 8so2783854iyl.0 for ; Thu, 23 Jun 2011 20:54:22 -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: emacs-orgmode Nick Dokos wrote: > I got tired of dealing with info setup in .emacs and have resorted to > setting the following env variable in my .profile: > INFOPATH= /home/nick/src/emacs/org/org-mode/doc:/usr/local/info:/usr/local/share/info:/usr/info:/usr/share/info If you see the texinfo docs http://www.gnu.org/s/hello/manual/texinfo/Other-Info-Directories.html it suggests that ending the path with colon appends the builtin directories (So you only need the first one) Also described in the emacs variable Info-directory-list. [Not tried]