From mboxrd@z Thu Jan 1 00:00:00 1970 From: =?utf-8?B?xaB0xJtww6FuIE7Em21lYw==?= Subject: Re: pdf to powerpoint/openoffice ? Date: Sat, 14 May 2011 08:36:01 +0200 Message-ID: <87liy9u6um.fsf@gmail.com> References: <818vuazt5y.fsf@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([140.186.70.92]:35419) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QL8Vs-0003qW-AE for emacs-orgmode@gnu.org; Sat, 14 May 2011 02:39:45 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1QL8Vr-0002af-1M for emacs-orgmode@gnu.org; Sat, 14 May 2011 02:39:44 -0400 Received: from mail-bw0-f41.google.com ([209.85.214.41]:54171) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QL8Vq-0002aa-Pz for emacs-orgmode@gnu.org; Sat, 14 May 2011 02:39:42 -0400 Received: by bwz17 with SMTP id 17so3322638bwz.0 for ; Fri, 13 May 2011 23:39:41 -0700 (PDT) In-Reply-To: (Mehul Sanghvi's message of "Fri, 13 May 2011 22:41:11 -0400") 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: Mehul Sanghvi Cc: emacs-orgmode@gnu.org, Jambunathan K Mehul Sanghvi writes: > How does someone who does not have a git checkout of org-mode do this ? > > I get the following: > > prompt% cd ~/Env/emacs > > prompt% mkdir org-odt ; cd org-odt > > prompt% git remote add org-odt http://repo.or.cz/r/org-mode/org-jambu.git > fatal: Not a git repository (or any of the parent directories): .git You seem to want this instead: cd ~/Env/emacs git clone http://repo.or.cz/r/org-mode/org-jambu.git org-odt =C5=A0t=C4=9Bp=C3=A1n