From mboxrd@z Thu Jan  1 00:00:00 1970
From: Eric Abrahamsen <eric@ericabrahamsen.net>
Subject: Re: Org-mode documentation within Emacs
Date: Wed, 24 Apr 2013 22:35:04 -0700
Message-ID: <87mwsnxjef.fsf@ericabrahamsen.net>
References: <2013-04-23T15-56-22@devnull.Karl-Voit.at>
	<m2k3nt7244.fsf@polytechnique.org> <86li89p9w8.fsf@somewhere.org>
	<m2k3ntl183.fsf@polytechnique.org> <87a9opxmqx.fsf@nowhere.org>
	<m2haixkv91.fsf@polytechnique.org>
Mime-Version: 1.0
Content-Type: text/plain
Return-path: <emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org>
Received: from eggs.gnu.org ([208.118.235.92]:40689)
	by lists.gnu.org with esmtp (Exim 4.71)
	(envelope-from <geo-emacs-orgmode@m.gmane.org>) id 1UVEjs-0001hb-1d
	for emacs-orgmode@gnu.org; Thu, 25 Apr 2013 01:29:00 -0400
Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71)
	(envelope-from <geo-emacs-orgmode@m.gmane.org>) id 1UVEjq-0003BD-M7
	for emacs-orgmode@gnu.org; Thu, 25 Apr 2013 01:28:59 -0400
Received: from plane.gmane.org ([80.91.229.3]:36314)
	by eggs.gnu.org with esmtp (Exim 4.71)
	(envelope-from <geo-emacs-orgmode@m.gmane.org>) id 1UVEjq-0003B4-Fd
	for emacs-orgmode@gnu.org; Thu, 25 Apr 2013 01:28:58 -0400
Received: from list by plane.gmane.org with local (Exim 4.69)
	(envelope-from <geo-emacs-orgmode@m.gmane.org>) id 1UVEjm-00080U-6Y
	for emacs-orgmode@gnu.org; Thu, 25 Apr 2013 07:28:54 +0200
Received: from 63.226.249.211 ([63.226.249.211])
	by main.gmane.org with esmtp (Gmexim 0.1 (Debian))
	id 1AlnuQ-0007hv-00
	for <emacs-orgmode@gnu.org>; Thu, 25 Apr 2013 07:28:54 +0200
Received: from eric by 63.226.249.211 with local (Gmexim 0.1 (Debian))
	id 1AlnuQ-0007hv-00
	for <emacs-orgmode@gnu.org>; Thu, 25 Apr 2013 07:28:54 +0200
List-Id: "General discussions about Org-mode." <emacs-orgmode.gnu.org>
List-Unsubscribe: <https://lists.gnu.org/mailman/options/emacs-orgmode>,
	<mailto:emacs-orgmode-request@gnu.org?subject=unsubscribe>
List-Archive: <http://lists.gnu.org/archive/html/emacs-orgmode>
List-Post: <mailto:emacs-orgmode@gnu.org>
List-Help: <mailto:emacs-orgmode-request@gnu.org?subject=help>
List-Subscribe: <https://lists.gnu.org/mailman/listinfo/emacs-orgmode>,
	<mailto:emacs-orgmode-request@gnu.org?subject=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@gnu.org

Alan Schmitt <alan.schmitt@polytechnique.org> writes:

> Hi Glyn,
>
> Glyn Millington writes:
>
>> Hi Alan,
>>
>> This is how I do it.
>
> [...]
>
>> I also have this in my init.el
>>
>> (setq Info-default-directory-list (cons "/home/glyn/info/" Info-default-directory-list))
>>
>> Then it should appear in Emacs' info-reader
>
> Thank you for the suggestion. I'll try moving the setting out of the
> starter kit and into my init.el file, the initialization order may be
> important here.
>
> Alan

This is how I do it as well (albeit with `add-to-list', same
difference), and it works fine.

Actually I have one dir: ~/.emacs.d/info, where I symlink all the info
files for bleeding-edge packages. Then I use `install-info
$infofile.info DIR' to create an entry for that file in the master info
directory, then the add-to-list invocation above.

HTH