emacs-orgmode
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Orgmode] Re: [ANN] Org-babel integrated into Org-mode


From: Rainer M Krug
Subject: [Orgmode] Re: [ANN] Org-babel integrated into Org-mode
Date: Mon, 28 Jun 2010 15:18:30 +0200



2010/6/28 Bernt Hansen <address@hidden>
Rainer M Krug <address@hidden> writes:

> On Mon, Jun 28, 2010 at 1:53 PM, Štěpán Němec <address@hidden> wrote:
>
>     Rainer M Krug <address@hidden> 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:

address@hidden:~/.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:          address@hidden

Skype:          RMkrug
Google:         address@hidden


reply via email to

[Prev in Thread] Current Thread [Next in Thread]