From mboxrd@z Thu Jan 1 00:00:00 1970 From: Eric Abrahamsen 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> <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]:40689) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) 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 ) 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 ) 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 ) 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 ; 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 ; Thu, 25 Apr 2013 07:28:54 +0200 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@gnu.org Alan Schmitt 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