From mboxrd@z Thu Jan  1 00:00:00 1970
From: Alan Schmitt <alan.schmitt@polytechnique.org>
Subject: Re: Org-mode documentation within Emacs
Date: Tue, 23 Apr 2013 19:32:58 +0200
Message-ID: <m2haixkv91.fsf@polytechnique.org>
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>
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]:50410)
	by lists.gnu.org with esmtp (Exim 4.71)
	(envelope-from <alan.schmitt@polytechnique.org>) id 1UUh5U-0005EO-2x
	for emacs-orgmode@gnu.org; Tue, 23 Apr 2013 13:33:05 -0400
Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71)
	(envelope-from <alan.schmitt@polytechnique.org>) id 1UUh5T-00014f-0T
	for emacs-orgmode@gnu.org; Tue, 23 Apr 2013 13:33:04 -0400
Received: from mail3-relais-sop.national.inria.fr ([192.134.164.104]:20064)
	by eggs.gnu.org with esmtp (Exim 4.71)
	(envelope-from <alan.schmitt@polytechnique.org>) id 1UUh5S-000146-RN
	for emacs-orgmode@gnu.org; Tue, 23 Apr 2013 13:33:02 -0400
In-reply-to: <87a9opxmqx.fsf@nowhere.org>
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: glyn.millington@gmail.com
Cc: emacs-orgmode@gnu.org

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