From mboxrd@z Thu Jan 1 00:00:00 1970 From: Rainer M Krug Subject: Re: [ANN] Org-babel integrated into Org-mode Date: Mon, 28 Jun 2010 15:18:30 +0200 Message-ID: References: <87wrtp78rg.fsf@gmail.com> <87aaqkvqdi.fsf@mundaneum.com> <87iq585rb9.fsf@gmail.com> <87mxuji0n9.fsf@gmail.com> <87iq53tlt4.fsf@gmail.com> <87hbknco67.fsf@gollum.intra.norang.ca> Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="===============0811201471==" Return-path: Received: from [140.186.70.92] (port=35940 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OTEEM-0007JI-L3 for emacs-orgmode@gnu.org; Mon, 28 Jun 2010 09:18:36 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1OTEEK-00045q-Uj for emacs-orgmode@gnu.org; Mon, 28 Jun 2010 09:18:34 -0400 Received: from mail-wy0-f169.google.com ([74.125.82.169]:49409) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1OTEEK-00045g-Nt for emacs-orgmode@gnu.org; Mon, 28 Jun 2010 09:18:32 -0400 Received: by wyb39 with SMTP id 39so3454301wyb.0 for ; Mon, 28 Jun 2010 06:18:31 -0700 (PDT) In-Reply-To: <87hbknco67.fsf@gollum.intra.norang.ca> List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: Bernt Hansen Cc: =?UTF-8?B?xaB0xJtww6FuIE7Em21lYw==?= , emacs-orgmode --===============0811201471== Content-Type: multipart/alternative; boundary=0016e6541d6c038c21048a16f513 --0016e6541d6c038c21048a16f513 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable 2010/6/28 Bernt Hansen > Rainer M Krug writes: > > > On Mon, Jun 28, 2010 at 1:53 PM, =C5=A0t=C4=9Bp=C3=A1n N=C4=9Bmec wrote: > > > > Rainer M Krug 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 i= s > 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-lis= t It is working now: I updated my org-mode directory with the following script: rkrug@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 > --=20 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: Rainer@krugs.de Skype: RMkrug Google: R.M.Krug@gmail.com --0016e6541d6c038c21048a16f513 Content-Type: text/html; charset=ISO-8859-2 Content-Transfer-Encoding: quoted-printable

2010/6/28 Bernt Hansen <bernt@norang.ca>
<= blockquote class=3D"gmail_quote" style=3D"margin:0 0 0 .8ex;border-left:1px= #ccc solid;padding-left:1ex;">
Rainer M Krug <r= .m.krug@gmail.com> writes:

> On Mon, Jun 28, 2010 at 1:53 PM, =A9t=ECp=E1n N=ECmec <stepnem@gmail.com> wrote:
>
> =A0 =A0 Rainer M Krug <r.m.kr= ug@gmail.com> writes:
>
> =A0 =A0 > =A0Just one additional question: When I go on the menu to= Org -- Documentation
> =A0 =A0 > -- Info Documentation, I still get the info help from ver= sion 6.21b,
> =A0 =A0 > although I installed the version from git, and under Org = -- Documentation --
> =A0 =A0 > Show Version it gives me "Org-mode version 6.36trans=
> =A0 =A0 > (release_6.36.408.g7f21f)".
> =A0 =A0 >
> =A0 =A0 > Can I change this somehow? It seems that the Info Documen= tation is the one
> =A0 =A0 > which is part of emacs.
>
> =A0 =A0 That depends on your Emacs installation specifics. In short, t= he problem
> =A0 =A0 is that the directory containing the older Org documentation c= omes first
> =A0 =A0 in `Info-directory-list'. Reading the docstrings for this = variable as
> =A0 =A0 well as `Info-default-directory-list' should give you enou= gh information
> =A0 =A0 to come up with a solution suitable for your configuration. >
> Thanks - I think I just have to add the directory in which the =A0info=
> files reside from the currently used org mode. Am I correct in
> assuming that is=A0~/.emacs.d/org-mode/doc ?

This is how I did it. =A0It 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
=A0
It is working now:=A0

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

=
rkrug@ecolmod:~/.emacs.d$ cat update_org-mode-git
#!/bin/sh
cd ./org-mode-git
cd org-m= ode=A0

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

make clean
make
make do= c


after adding=A0

make info

to the script, it is working now nicely.

=
Is there any other make I should do?=A0

Thanks a lot,

Rainer



-Bernt



--
NEW GERMAN FAX N= UMBER!!!

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

Centre of Excellence fo= r Invasion Biology
Natural Sciences Building
Office Suite 2039
Stellenbosch UniversityMain Campus, Merriman Avenue
Stellenbosch
South Africa

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

Skype:= =A0 =A0 =A0 =A0 =A0RMkrug
Google: =A0 =A0 =A0 =A0 R.M.Krug@gmail.com

--0016e6541d6c038c21048a16f513-- --===============0811201471== Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Disposition: inline _______________________________________________ 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 --===============0811201471==--