From: Sivaram Neelakantan <nsivaram.net@gmail.com>
To: emacs-orgmode@gnu.org
Subject: Re: Ringing the alarm bell in orgmode
Date: Tue, 06 Nov 2007 22:13:19 +0530 [thread overview]
Message-ID: <umytr8guw.fsf@gmail.com> (raw)
In-Reply-To: 41c818190711060716p795fb91v9a3b899624a8a21d@mail.gmail.com
"William Henney" <whenney@gmail.com> writes:
[...]
> I do like info pages when I can actually get the right ones to load.
> The big problem I have with info is in setting it up so that it finds
> the right files. For instance, I have totally failed to work out how I
> can tell it where my org info files are, with the result that it
> always shows me the old version that comes with my emacs (currently
> 4.67). I have tried setting Info-default-directory-list and
> Info-directory-list, but all to no avail. Has anyone else had this
> problem?
[...]
From what I understand of info files, there should be a 'dir' file
where the info files are for it to be seen by the info program. and
that 'dir' can easily be created via
install-info org --dir-file=dir
Since I untar and rename every release as org and in a different
directory outside of Emacs directory, I requested Carsten to create
the dir file for me
http://www.mail-archive.com/emacs-orgmode@gnu.org/msg02668.html
and I have this for me in the .Emacs.
;;;;
(setq Info-default-directory-list
(cons "c:/gnu/elisp/org/" Info-default-directory-list))
;;;for org
(setq load-path (cons "c:/gnu/elisp/org/" load-path))
(require 'org-install)
When I go into info, and go into org manual it brings up the latest
version document.
sivaram
--
next prev parent reply other threads:[~2007-11-06 16:52 UTC|newest]
Thread overview: 15+ messages / expand[flat|nested] mbox.gz Atom feed top
2007-11-06 8:23 Ringing the alarm bell in orgmode Uwe Jochum
2007-11-06 8:48 ` Stefan Kamphausen
2007-11-06 14:37 ` Bastien
2007-11-06 9:43 ` Bastien
2007-11-06 10:23 ` Uwe Jochum
2007-11-06 14:22 ` Bastien
2007-11-06 13:55 ` Richard G Riley
2007-11-06 15:41 ` Bastien
2007-11-06 15:16 ` William Henney
2007-11-06 15:34 ` Chris Leyon
2007-11-06 15:35 ` Richard G Riley
2007-11-06 16:43 ` Sivaram Neelakantan [this message]
2007-11-06 16:47 ` Bastien
2007-11-06 16:58 ` William Henney
[not found] ` <uzlxrfphs.fsf@uni-konstanz.de>
2007-11-06 15:31 ` Bastien
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=umytr8guw.fsf@gmail.com \
--to=nsivaram.net@gmail.com \
--cc=emacs-orgmode@gnu.org \
/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).