From mboxrd@z Thu Jan 1 00:00:00 1970 From: M Subject: How to install recent documentation of org 8.2? Date: Thu, 03 Oct 2013 11:27:00 +0200 Message-ID: Mime-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:57997) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VRfBe-0000Ve-CD for emacs-orgmode@gnu.org; Thu, 03 Oct 2013 05:27:17 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1VRfBY-00041E-8D for emacs-orgmode@gnu.org; Thu, 03 Oct 2013 05:27:10 -0400 Received: from mout.web.de ([212.227.15.3]:62383) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VRfBX-000413-Ux for emacs-orgmode@gnu.org; Thu, 03 Oct 2013 05:27:04 -0400 Received: from [192.168.2.13] ([91.45.132.241]) by smtp.web.de (mrweb004) with ESMTPSA (Nemesis) id 0MUir6-1VJyav216K-00YEZ9 for ; Thu, 03 Oct 2013 11:27:02 +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-mailinglist I tried to get a recent documentation in my org-mode: I'm using Aquamacs 2.5 on MacOS X, which seems to have org-mode 6.33 "onboard". 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. Is the "doc" directory the right one or do I have to download the documentation separately? I had downloaded the zipped version from http://orgmode.org/org-8.2.1.zip . Kind regards Martin