From mboxrd@z Thu Jan 1 00:00:00 1970 From: Konstantin Antipin Subject: Re: timer for a task Date: Thu, 28 May 2009 02:02:51 +0200 Message-ID: <61176df0905271702t25c02352yd89d05217e3f46c@mail.gmail.com> References: <61176df0905250140l1e9a4d7cjfa1de41011b358a9@mail.gmail.com> <61176df0905250330k4a21837bv755defde84297f69@mail.gmail.com> <938fae2d0905250344i71979176yc7f0b6e47380ce6f@mail.gmail.com> <61176df0905250843n3da682c2xc46280c7b6c24670@mail.gmail.com> <3B729AF0-A30A-4EED-B87F-000F5ED0BFA9@gmail.com> <61176df0905260726g7397a370pdc30fb0b3cd067bb@mail.gmail.com> <61176df0905261513y14e397b0h8610b1fb4f2489cb@mail.gmail.com> <871vqaisdb.fsf@gollum.intra.norang.ca> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1M9T5G-0005AJ-11 for emacs-orgmode@gnu.org; Wed, 27 May 2009 20:02:58 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1M9T5B-0005A7-Fq for emacs-orgmode@gnu.org; Wed, 27 May 2009 20:02:57 -0400 Received: from [199.232.76.173] (port=47262 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1M9T5B-0005A4-Cu for emacs-orgmode@gnu.org; Wed, 27 May 2009 20:02:53 -0400 Received: from mail-fx0-f169.google.com ([209.85.220.169]:49897) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1M9T5A-0004bm-NN for emacs-orgmode@gnu.org; Wed, 27 May 2009 20:02:52 -0400 Received: by fxm17 with SMTP id 17so5491905fxm.42 for ; Wed, 27 May 2009 17:02:51 -0700 (PDT) In-Reply-To: <871vqaisdb.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: emacs-orgmode mailing list , Carsten Dominik Hi all, On Wed, May 27, 2009 at 3:32 PM, Bernt Hansen wrote: > Carsten Dominik writes: > >> On May 27, 2009, at 12:13 AM, Konstantin Antipin wrote: >> >>> Just a suggestion: why don't we use github for org-mode hosting? It >>> would be soooo simple to contribute >>> and to manage things! You would only benefit from this, Carsten.;) >>> Github is a really nice service. And free, of course. >> >> What would be the advantages of using github instead of repo.or.cz? >> I have found repo.or.cz less polished looking than githib, but very >> fast and reliable, while github is getting boged down when America >> wakes up :-) > > I don't think there is any advantage to moving to github since you > already have a hosted working git repo. =A0If Konstantin wants to share > his patches all he has to do is make them available somewhere on the net > so you can pull from his git repo. =A0He can use github or whatever serve= r > is convenient for him without requiring you to change your workflow > (unless you want to of course :) ) You are right indeed, Bernt. I didn't think that my suggestion sounds like requiring something. All I wanted to say is that there is such a thing as github and I think that the effort of migration to it will pay off, especially in the long run. And setup github repo instead of sending patches around is a great idea! (why i didn't think of it earlier?). That is all I need to put it on github: * create repository. two clicks. * In org-mode folder: git remote add github git@github.com:krick/org-mode.git git push github master Now I can work with both repo.og.cz and github and share my patches easier. http://github.com/krick/org-mode/tree/master best, Konstantin > > -Bernt >