From mboxrd@z Thu Jan 1 00:00:00 1970 From: M Subject: Re: How to install recent documentation of org 8.2? Date: Thu, 03 Oct 2013 13:20:33 +0200 Message-ID: References: <524D4B0F.6000106@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset="ISO-2022-JP" Content-Transfer-Encoding: 7bit Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:53895) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VRgxZ-000642-V1 for emacs-orgmode@gnu.org; Thu, 03 Oct 2013 07:20:51 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1VRgxU-0004pY-CL for emacs-orgmode@gnu.org; Thu, 03 Oct 2013 07:20:45 -0400 Received: from mout.web.de ([212.227.15.4]:51931) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VRgxT-0004pQ-S0 for emacs-orgmode@gnu.org; Thu, 03 Oct 2013 07:20:40 -0400 Received: from [192.168.2.13] ([91.45.132.241]) by smtp.web.de (mrweb004) with ESMTPSA (Nemesis) id 0MZims-1V7HlE2z5q-00LWcj for ; Thu, 03 Oct 2013 13:20:37 +0200 In-Reply-To: <524D4B0F.6000106@gmail.com> 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: Christoph LANGE Cc: emacs orgmode-mailinglist thanks a lot! I found the old versions of the org documentation in the same path /usr/share/info and replaced them by the new org file from the doc directory. Sure, when installing the next version I'll have to think of that, but at least now it works. Martin > Von: Christoph LANGE > Organisation: University of Birmingham > Datum: Thu, 03 Oct 2013 11:46:39 +0100 > An: M > Cc: emacs orgmode-mailinglist > Betreff: Re: [O] How to install recent documentation of org 8.2? > > 2013-10-03 10:27 M: >> I tried to load the recent documentation with a link to the "doc" directory >> in my org-mode 8.2 (expanded contents from git repository) in my .emacs. >> >> (add-to-list 'Info-additional-directory-list >> (expand-file-name "~/mypath/org-mode/org_current/doc")) >> >> But this does have no effect. With C-h i, I get displayed a an outdated >> org-manual. > > The following worked for me, however in a different environment (Gentoo > Linux with org-mode 8.2 installed via the package manager). My Org 8.2 > info file ended up in /usr/share/info/org, whereas the one packaged by > Emacs is in /usr/share/info/emacs-24. I couldn't get the directory > settings in Emacs right, but the following worked: > > I created my own info directory and prepended it to the INFOPATH > environment variable: > > export INFOPATH="$HOME/.emacs.d/info:$INFOPATH" > > In this directory, I created a symlink to the Org 8.2 info: > > $ ls -l ~/.emacs.d/info > total 0 > lrwxrwxrwx 1 clange clange 19 Sep 14 15:20 org -> /usr/share/info/org > > HTH, > > Christoph > > -- > Christoph Lange, School of Computer Science, University of Birmingham > http://cs.bham.ac.uk/~langec/, Skype duke4701 > > → Mathematics in Computer Science Special Issue on “Enabling Domain > Experts to use Formalised Reasoning”; submission until 31 October. > http://cs.bham.ac.uk/research/projects/formare/pubs/mcs-doform/ >