From mboxrd@z Thu Jan 1 00:00:00 1970 From: Alan Schmitt Subject: Re: Org-mode documentation within Emacs Date: Tue, 23 Apr 2013 19:32:58 +0200 Message-ID: References: <2013-04-23T15-56-22@devnull.Karl-Voit.at> <86li89p9w8.fsf@somewhere.org> <87a9opxmqx.fsf@nowhere.org> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([208.118.235.92]:50410) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) 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 ) 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 ) 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." 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: 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