2010/6/28 Bernt Hansen <be...@norang.ca>

> Rainer M Krug <r.m.k...@gmail.com> writes:
>
> > On Mon, Jun 28, 2010 at 1:53 PM, Štěpán Němec <step...@gmail.com> wrote:
> >
> >     Rainer M Krug <r.m.k...@gmail.com> writes:
> >
> >     >  Just one additional question: When I go on the menu to Org --
> Documentation
> >     > -- Info Documentation, I still get the info help from version
> 6.21b,
> >     > although I installed the version from git, and under Org --
> Documentation --
> >     > Show Version it gives me "Org-mode version 6.36trans
> >     > (release_6.36.408.g7f21f)".
> >     >
> >     > Can I change this somehow? It seems that the Info Documentation is
> the one
> >     > which is part of emacs.
> >
> >     That depends on your Emacs installation specifics. In short, the
> problem
> >     is that the directory containing the older Org documentation comes
> first
> >     in `Info-directory-list'. Reading the docstrings for this variable as
> >     well as `Info-default-directory-list' should give you enough
> information
> >     to come up with a solution suitable for your configuration.
> >
> > Thanks - I think I just have to add the directory in which the  info
> > files reside from the currently used org mode. Am I correct in
> > assuming that is ~/.emacs.d/org-mode/doc ?
>
> This is how I did it.  It requires an emacs restart to pick up the new
> directory.
>
> http://doc.norang.ca/org-mode.html#InfoDocumentation


Thanks - that is adding the path to the variable Info-default-directory-list

It is working now:

I updated my org-mode directory with the following script:

rk...@ecolmod:~/.emacs.d$ cat update_org-mode-git
#!/bin/sh
cd ./org-mode-git
cd org-mode

# git clone git://repo.or.cz/org-mode.git
git pull
git gc

make clean
make
make doc


after adding

make info

to the script, it is working now nicely.

Is there any other make I should do?

Thanks a lot,

Rainer


>
> -Bernt
>



-- 
NEW GERMAN FAX NUMBER!!!

Rainer M. Krug, PhD (Conservation Ecology, SUN), MSc (Conservation Biology,
UCT), Dipl. Phys. (Germany)

Centre of Excellence for Invasion Biology
Natural Sciences Building
Office Suite 2039
Stellenbosch University
Main Campus, Merriman Avenue
Stellenbosch
South Africa

Cell:           +27 - (0)83 9479 042
Fax:            +27 - (0)86 516 2782
Fax:            +49 - (0)321 2125 2244
email:          rai...@krugs.de

Skype:          RMkrug
Google:         r.m.k...@gmail.com
_______________________________________________
Emacs-orgmode mailing list
Please use `Reply All' to send replies to the list.
Emacs-orgmode@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-orgmode

Reply via email to