From mboxrd@z Thu Jan 1 00:00:00 1970 From: Carsten Dominik Subject: Re: Re: 7.01 & Xemacs 21.4.22: decompose-region is not known Date: Mon, 25 Oct 2010 19:04:29 +0200 Message-ID: <1E2846B2-F02F-45B1-872D-62FE24D264C9@gmail.com> References: <87vd54hpam.fsf@gilgamesch.quim.ucm.es> <7z1v7rzm9l.fsf@vzell-de.de.oracle.com> <87aamfziqb.fsf@gilgamesch.quim.ucm.es> <87mxq3xzyq.fsf@mat.ucm.es> <8E4E71A2-A608-4250-87A5-B6EF8FDF2754@gmail.com> <44F769D5-C757-444D-82BB-60A12A5D06D7@gmail.com> <3C8ABC03-23DF-41EC-8B43-5ED722E410A8@gmail.com> <87sjzulgqk.fsf@gilgamesch.quim.ucm.es> <8739ru7dll.fsf@gilgamesch.quim.ucm.es> <87tyka5tdj.fsf@gilgamesch.quim.ucm.es> <3803.1288012880@gamaville.dokosmarshall.org> <87eibev0qq.fsf@gilgamesch.quim.ucm.es> <6984.1288016383@gamaville.dokosmarshall.org> <8339ru4604.fsf@yahoo.it> <16476.1288025301@gamaville.dokosmarshall.org> Mime-Version: 1.0 (Apple Message framework v936) Content-Type: text/plain; charset=US-ASCII; format=flowed; delsp=yes Content-Transfer-Encoding: 7bit Return-path: Received: from [140.186.70.92] (port=59795 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PAQTP-0002fC-H8 for emacs-orgmode@gnu.org; Mon, 25 Oct 2010 13:04:47 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1PAQTL-0007Ar-0E for emacs-orgmode@gnu.org; Mon, 25 Oct 2010 13:04:39 -0400 Received: from mail-ey0-f169.google.com ([209.85.215.169]:38083) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1PAQTK-0007AQ-NP for emacs-orgmode@gnu.org; Mon, 25 Oct 2010 13:04:34 -0400 Received: by eydd26 with SMTP id d26so1583575eyd.0 for ; Mon, 25 Oct 2010 10:04:33 -0700 (PDT) In-Reply-To: <16476.1288025301@gamaville.dokosmarshall.org> 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: nicholas.dokos@hp.com Cc: Uwe Brauer , Org-mode ml , Michael Sperber , Bastien Hi, here is the crontab line that Bastien uses to create the *latest.tar.gz. 0 0 * * * /home/cdominik/bin/tarzip-latest-org.sh >> /dev/null 2>&1 So in principle these should be produced daily. So I I say I just made a fix, you cannot expect the change to be in there before tomorrow. And the crontab process may get hung up for a while, and then these files will be out of date. Clearly, the superior way to get bleeding edge is git. No other process we provide will ever be as reliable. - Carsten On Oct 25, 2010, at 6:48 PM, Nick Dokos wrote: > Giovanni Ridolfi wrote: > >>>>> AFAIK, that's the latest *released* version: >>>>> releases. If you don't want to use git to get the latest >>>>> development >>>>> version, you can get a tarball of it (or any version really) from >>>> >>>> Ok I was told differently on this list but ok. >> >> Not only on this list, but also in the home-page ! >>> >>> I may be mistaken: >> >> Yes, you are ;). Or, at least, you /should/ be wrong ;-) >> >>> But there are occasional hiccups and sometimes the tarballs >>> get out of sync, e.g. most recently at the end of September - see >>> >>> http://thread.gmane.org/gmane.emacs.orgmode/31131 >> >> Yes :-( >> >>> >>> Currently I see both org-latest.zip and org-latest.tar.gz dated >>> 2010-10-16 01:00 >> >> That's strange. I downloaded org-latest.zip on the 20th October >> and the commit was: >> Org-mode version 7.01trans >> commit-4cd56cfa7b93902544acb32848e36ee4004239a3 >> And it seemed to me that was the latest. >> > > I don't know: I still see Oct 16 dates, but I don't have time to > investigate > carefully. > >>> - and, btw, the top-level directory in both archives is >>> org-mode-web, which, according to Bastien in the above thread, is >>> wrong >>> and should be fixed. >> >> Yes, I did some black magic to have a working org-latest.zip(org- >> mode/blah-blah) >> >>> >>>>> http://repo.or.cz/w/org-mode.git >>>>> Choose which snapshot you want and click the tar.gz or zip link at >>>>> the right end of the corresponding line >> >> Uhhh nice! Thanks, Nick, I've learned something new today. >> > > Thanks are due Jambunathan K. (iirc): he pointed that out a couple > of days ago. I'm just a conduit :-) > >> Bastien, would it be possible that the link in the homepage: >> >> For people who cannot use git we provide zip >> or tar.gz snapshot release >> files updated each day >> and corresponding to the latest git version. >> >> will point to such page? >> >> E.g. >> >> For people who cannot use git, the >> snapshot release files, >> corresponding to the latest git version, >> are provided in the git >> repository. Choose which snapshot you want, presumably >> the first line in the "shortlog" section and click the >> tar.gz or zip link at the right end. >> >> Pros: we will not have the problems of syncing >> >> Cons: we will not have the file http://orgmode.org/org-latest.tar.gz >> one can download directly, in a script... >> but they have to use the browser. >> > > Maybe keep org-latest.{tgz,zip} on orgmode.org, but add a mention > of the other method just in case there are syncing problems with the > tarballs. > > Nick