From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bernt Hansen Subject: Re: [ANN] Org-babel integrated into Org-mode Date: Mon, 28 Jun 2010 09:25:09 -0400 Message-ID: <87d3vbcmru.fsf@gollum.intra.norang.ca> 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: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from [140.186.70.92] (port=59468 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OTEKq-0000F2-K4 for emacs-orgmode@gnu.org; Mon, 28 Jun 2010 09:25:20 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1OTEKo-0005Cr-Le for emacs-orgmode@gnu.org; Mon, 28 Jun 2010 09:25:16 -0400 Received: from mho-01-ewr.mailhop.org ([204.13.248.71]:60929) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1OTEKo-0005Ck-K6 for emacs-orgmode@gnu.org; Mon, 28 Jun 2010 09:25:14 -0400 In-Reply-To: (Rainer M. Krug's message of "Mon\, 28 Jun 2010 15\:18\:30 +0200") 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: Rainer M Krug Cc: =?utf-8?B?xaB0xJtww6FuIE7Em21l?=, emacs-orgmode , =?utf-8?B?Yw==?= Rainer M Krug writes: > 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=C2=A0 > > # git clone git://repo.or.cz/org-mode.git > git pull > git gc > > make clean > make > make doc > > after adding=C2=A0 > > make info > > to the script, it is working now nicely. > > Is there any other make I should do?=C2=A0 > > Thanks a lot, Hi Rainer, Short version: I don't think so. Longer version: I only do make doc/org.info occasionally. I don't bother with any other make targets -- I run org-mode directly from the sources. I used to compile all of the files but found it more tedious to do updates (I update almost every day) and I didn't notice any speed difference in my use of emacs and org-mode between the compiled and uncompiled versions. I normally leave my emacs session running for days. Regards, Bernt