From: Rainer M Krug <r.m.krug@gmail.com>
To: Jambunathan K <kjambunathan@gmail.com>
Cc: emacs-orgmode@gnu.org, Charles <millarc@verizon.net>
Subject: Re: info for org not found in emacs
Date: Wed, 12 Dec 2012 12:23:31 +0100 [thread overview]
Message-ID: <50C86933.70502@gmail.com> (raw)
In-Reply-To: <87pq2glw5b.fsf@gmail.com>
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
On 11/12/12 11:29, Jambunathan K wrote:
> Rainer M Krug <r.m.krug@gmail.com> writes:
>
>> On 10/12/12 23:15, Charles wrote:
>>> 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/")
>>>>
>>>>
>>
>> This did not work.
>>
>>> 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/
>
> How about customizing `Info-additional-directory-list' without touching INFOPATH as suggested
> below?
That is working - thanks. It is the better way then modifying the INFOPATH userwide.
Strange that changing the Info-default-directory-list did not work.
Cheers,
Rainer
>
> ,---- | Info-default-directory-list is a variable defined in `info.el'. | Its value is
> ("/usr/local/share/info/" "/usr/share/info/") | | Documentation: | Default list of directories
> to search for Info | documentation files. They are searched in the order they are given in |
> the list. Therefore, the directory of Info files that come with Emacs | normally should come
> last (so that local files override standard | ones), unless Emacs is installed into a
> non-standard directory. In | the latter case, the directory of Info files that come with
> Emacs | should be first in this list. | | Once Info is started, the list of directories to
> search comes from the | variable `Info-directory-list'. This variable |
> `Info-default-directory-list' is used as the default for initializing | `Info-directory-list'
> when Info is started, unless the environment | variable INFOPATH is set. | | ,---- | | ,---- |
> | | Although this is a customizable variable, that is mainly for | | | technical reasons.
> Normally, you should either set INFOPATH or | | | customize `Info-additional-directory-list',
> rather than changing | | | this variable. | | `---- | `---- | | You can customize this
> variable. `----
>
>
>
>
>
>
>> I added this to the .bashrc and it is working now.
>>
>> Thanks,
>>
>> Rainer
>>
>>>
>>> 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
>>>
>>>
>>
>
- --
Rainer M. Krug, PhD (Conservation Ecology, SUN), MSc (Conservation Biology, UCT), Dipl. Phys.
(Germany)
Centre of Excellence for Invasion Biology
Stellenbosch University
South Africa
Tel : +33 - (0)9 53 10 27 44
Cell: +33 - (0)6 85 62 59 98
Fax : +33 - (0)9 58 10 27 44
Fax (D): +49 - (0)3 21 21 25 22 44
email: Rainer@krugs.de
Skype: RMkrug
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.11 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://www.enigmail.net/
iEYEARECAAYFAlDIaTIACgkQoYgNqgF2egrpLACfTnzUOidmNH9urOhcOePWTb7T
SUEAn2u3ObN0rX+JkILBKkYaE8PxNMa/
=PxHi
-----END PGP SIGNATURE-----
next prev parent reply other threads:[~2012-12-12 11:23 UTC|newest]
Thread overview: 25+ messages / expand[flat|nested] mbox.gz Atom feed top
2012-12-07 14:24 info for org not found in emacs Rainer M Krug
2012-12-07 14:39 ` Grégoire Jadi
2012-12-07 22:02 ` Jude DaShiell
2012-12-08 12:26 ` Rainer M Krug
2012-12-08 12:33 ` Jude DaShiell
2012-12-08 13:11 ` Rainer Krug
2012-12-08 20:28 ` Achim Gratz
2012-12-09 5:07 ` Jude DaShiell
2012-12-10 9:26 ` Rainer M Krug
2012-12-10 16:50 ` Jambunathan K
2012-12-10 17:32 ` Rainer M Krug
2012-12-10 17:43 ` Eric Schulte
2012-12-10 22:15 ` Charles
2012-12-10 22:26 ` Nick Dokos
2012-12-10 23:06 ` Charles
2012-12-11 17:07 ` Charles
2012-12-11 17:31 ` Nick Dokos
2012-12-11 8:25 ` Rainer M Krug
2012-12-11 10:29 ` Jambunathan K
2012-12-12 11:23 ` Rainer M Krug [this message]
2012-12-11 18:10 ` Achim Gratz
2012-12-10 18:11 ` Achim Gratz
2012-12-11 8:16 ` Rainer M Krug
2012-12-11 11:23 ` Achim Gratz
2012-12-11 13:01 ` Jambunathan K
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
List information: https://www.orgmode.org/
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=50C86933.70502@gmail.com \
--to=r.m.krug@gmail.com \
--cc=Rainer@krugs.de \
--cc=emacs-orgmode@gnu.org \
--cc=kjambunathan@gmail.com \
--cc=millarc@verizon.net \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
Code repositories for project(s) associated with this public inbox
https://git.savannah.gnu.org/cgit/emacs/org-mode.git
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).