From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bastien Subject: Re: error writing agenda view to html file Date: Mon, 18 Jul 2011 08:51:34 +0200 Message-ID: <87pql8t72h.fsf@gnu.org> References: <81hb6n1jo2.fsf@gmail.com> <871uxqw413.fsf@gnu.org> <4E22A541.904@online.de> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([140.186.70.92]:47225) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Qihfg-00047F-GP for emacs-orgmode@gnu.org; Mon, 18 Jul 2011 02:51:20 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Qihfb-0007Yc-So for emacs-orgmode@gnu.org; Mon, 18 Jul 2011 02:51:16 -0400 Received: from mail-ww0-f49.google.com ([74.125.82.49]:36040) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Qihfb-0007YU-9T for emacs-orgmode@gnu.org; Mon, 18 Jul 2011 02:51:11 -0400 Received: by wwf22 with SMTP id 22so2243326wwf.30 for ; Sun, 17 Jul 2011 23:51:09 -0700 (PDT) In-Reply-To: <4E22A541.904@online.de> (Rainer Stengele's message of "Sun, 17 Jul 2011 11:02:57 +0200") List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: Rainer Stengele Cc: Rainer Stengele , emacs-orgmode@gnu.org, Jambunathan K Rainer Stengele writes: > git checkout c6b22d > > > How can I go back to the current development? Go back to the master branch with this command ~$ git checkout master then ~$ git pull to get latest commits. HTH, -- Bastien