From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bastien Subject: Re: Org-mode version N/A-fixup Date: Fri, 21 Sep 2012 18:05:28 +0200 Message-ID: <87haqr4b07.fsf@bzg.ath.cx> References: <0vmx0ozdm5.fsf@gmail.com> <87sjaga26o.fsf@Rainer.invalid> <0vlig84e7q.fsf@gmail.com> <87fw6ga00l.fsf@Rainer.invalid> <0vhaqv4373.fsf@gmail.com> <87fw6fglpy.fsf@Rainer.invalid> <0vd31i3qpq.fsf@gmail.com> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([208.118.235.92]:39372) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TF5jY-0007Nx-Pu for emacs-orgmode@gnu.org; Fri, 21 Sep 2012 12:05:45 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1TF5jO-0002Wi-Q2 for emacs-orgmode@gnu.org; Fri, 21 Sep 2012 12:05:40 -0400 Received: from mail-we0-f169.google.com ([74.125.82.169]:46643) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TF5jO-0002W4-K1 for emacs-orgmode@gnu.org; Fri, 21 Sep 2012 12:05:30 -0400 Received: by weyu3 with SMTP id u3so464981wey.0 for ; Fri, 21 Sep 2012 09:05:29 -0700 (PDT) In-Reply-To: <0vd31i3qpq.fsf@gmail.com> (Markus Heller's message of "Wed, 19 Sep 2012 09:46:57 -0700") 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: Markus Heller Cc: emacs-orgmode@gnu.org Hi Markus, Markus Heller writes: > please forgive if this is an RTFM question, but how would I go about > updating the org git archive from within emacs? This is what you are > referring to, correct? If I may try to help -- Achim suggests that the directory where you have your git executable is not known by Emacs. Can you try this? M-x getenv RET PATH RET => [returns the directories in your PATH environment variable] M-! whereis git RET => [returns the path for your git executable] If the two are not in sync, then Emacs will not find your git executable and you'll not be able to update a git repo from Emacs. Does that help? -- Bastien