From mboxrd@z Thu Jan 1 00:00:00 1970 From: Charles Subject: Re: info for org not found in emacs Date: Mon, 10 Dec 2012 17:15:07 -0500 Message-ID: <50C65EEB.5050207@verizon.net> References: <50C1FC20.1090401@gmail.com> <50C331F7.3020505@gmail.com> <87ip89x35y.fsf@gmail.com> <50C61CAC.1000902@gmail.com> <87sj7d951k.fsf@gmail.com> Mime-Version: 1.0 Content-Type: multipart/alternative; boundary=------------020903060301040002060805 Return-path: Received: from eggs.gnu.org ([208.118.235.92]:47670) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TiBdU-0006ar-B2 for emacs-orgmode@gnu.org; Mon, 10 Dec 2012 17:15:41 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1TiBdS-0003bk-Rh for emacs-orgmode@gnu.org; Mon, 10 Dec 2012 17:15:40 -0500 Received: from vms173021pub.verizon.net ([206.46.173.21]:54233) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TiBdS-0003bW-Kt for emacs-orgmode@gnu.org; Mon, 10 Dec 2012 17:15:38 -0500 Received: from [10.0.0.3] ([unknown] [71.176.94.178]) by vms173021.mailsrvcs.net (Sun Java(tm) System Messaging Server 7u2-7.02 32bit (built Apr 16 2009)) with ESMTPA id <0MEU008MP5T6FQH0@vms173021.mailsrvcs.net> for emacs-orgmode@gnu.org; Mon, 10 Dec 2012 16:15:08 -0600 (CST) In-reply-to: <87sj7d951k.fsf@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: emacs-orgmode@gnu.org This is a multi-part message in MIME format. --------------020903060301040002060805 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit On 12/10/2012 12:43 PM, Eric Schulte wrote: > Rainer M Krug writes: > >> On 10/12/12 17:50, Jambunathan K wrote: >>> Rainer M Krug writes: >>> >>>> Thanks - does anybody else has any ideas on how I can get org into info? >>> M-x info-display-manual RET ~/src/org-mode/doc/org RET >>> >> This definitely works - thanks. But is there a way of adding this permanentely, so that I can use >> the menu entry in the org menu to see the info file? >> > The following works for me (your mileage may vary) > > ;; info paths > (add-to-list 'Info-default-directory-list > "/home/eschulte/.emacs.d/src/org-mode/doc/") > > For my set up (see below) I have tried Eric's suggestion, except "/home/Charlie/elisp/org-mode/doc/" I have also tried (expand-file-name "~/elisp/org-mode/doc/") (I found this in the FAQ) "C-h v Info-default-directory-list" shows that "/home/Charlie/elisp/org-mode/doc" loads before all other info directories. Info at the command line and "C-h i" from Emacs still bring up the manual for 7.9.1 even though the 7.9.2 org.doc has been downloaded. . . . . . . . . . . . . After writing the above I went back to the FAQ and added the following to my ~/.bash_profile INFOPATH=/home/Charlie/elisp/org-mode/doc/ It works for info from the command line. As a matter of fact the new org info is at the beginning of the info contents. However emacs C-h i only bring up the Org info, even though "C-h v Info-default-directory-list" shows that all info directories are loaded. Set up: Windows 7 Home Premium, Service Pack 1, 64 bit Cygwin 1.7.17-1 GNU Emacs 24.2.1(i686-pc-cygwin, GTK+ Version 2.24.11) of 2012-08-27 on fiona Org-mode version 7.9.2 (release_7.9.2-664-gb1f369 @ /home/Charlie/elisp/org-mode/lisp/) Charlie Millar --------------020903060301040002060805 Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit
On 12/10/2012 12:43 PM, Eric Schulte wrote:
Rainer M Krug <r.m.krug@gmail.com> writes:

On 10/12/12 17:50, Jambunathan K wrote:
Rainer M Krug <Rainer@krugs.de> writes:

Thanks - does anybody else has any ideas on how I can get org into info?
M-x info-display-manual RET ~/src/org-mode/doc/org RET

This definitely works - thanks. But is there a way of adding this permanentely, so that I can use
the menu entry in the org menu to see the info file?

The following works for me (your mileage may vary)

  ;; info paths
  (add-to-list 'Info-default-directory-list
               "/home/eschulte/.emacs.d/src/org-mode/doc/")


For my set up (see below) I have tried Eric's suggestion, except "/home/Charlie/elisp/org-mode/doc/"

I have also tried (expand-file-name "~/elisp/org-mode/doc/") (I found this in the FAQ)

"C-h v Info-default-directory-list" shows that "/home/Charlie/elisp/org-mode/doc" loads before all other info directories.

Info at the command line and "C-h i" from Emacs still bring up the manual for 7.9.1 even though the 7.9.2 org.doc has been downloaded.
. . . . . . . . . . . .
After writing the above I went back to the FAQ and added the following to my ~/.bash_profile

INFOPATH=/home/Charlie/elisp/org-mode/doc/

It works for info from the command line. As a matter of fact the new org info is at the beginning of the info contents. However emacs C-h i only bring up the Org info, even though "C-h v Info-default-directory-list" shows that all info directories are loaded.

Set up:
Windows 7 Home Premium, Service Pack 1, 64 bit
Cygwin 1.7.17-1
GNU Emacs 24.2.1(i686-pc-cygwin, GTK+ Version 2.24.11) of 2012-08-27 on fiona
Org-mode version 7.9.2 (release_7.9.2-664-gb1f369 @ /home/Charlie/elisp/org-mode/lisp/)

Charlie Millar


--------------020903060301040002060805--