From mboxrd@z Thu Jan 1 00:00:00 1970 From: John Hendy Subject: Re: Begginer using orgmode Date: Tue, 26 Apr 2011 10:49:09 -0500 Message-ID: References: <0F2397E5-B7B1-4BFB-A0D5-FBA091BB32EA@radford.edu> <20110416013231.13e3a0ef@bhishma.homelinux.net> <98E677DA-C9CB-4AED-9A86-5EE98C62721A@RADFORD.EDU> Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Return-path: Received: from eggs.gnu.org ([140.186.70.92]:41045) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QEkVj-000168-VR for emacs-orgmode@gnu.org; Tue, 26 Apr 2011 11:49:12 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1QEkVi-0002I7-Ub for emacs-orgmode@gnu.org; Tue, 26 Apr 2011 11:49:11 -0400 Received: from mail-bw0-f41.google.com ([209.85.214.41]:34655) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QEkVi-0002I2-Os for emacs-orgmode@gnu.org; Tue, 26 Apr 2011 11:49:10 -0400 Received: by bwz17 with SMTP id 17so807270bwz.0 for ; Tue, 26 Apr 2011 08:49:09 -0700 (PDT) In-Reply-To: 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: "Arnold, Travis" Cc: "emacs-orgmode@gnu.org" On Tue, Apr 26, 2011 at 10:34 AM, Arnold, Travis wrote: > > Ok I did the earlier steps, making the directory .elisp, cd .elisp and then > typed out the command starting with git and it said command not found after; > this after finding that git osx.dmg from your earlier message. Have I missed > a step or need to further change anything before I make the directory? > -Travis You need to install git via this: http://code.google.com/p/git-osx-installer/. Look on the left and download the one for your OS X variant (one of the two at the bottom of the list: either git-1.7.4.4-i386 or 1.7.4.4-x86_64 if you're running 64bit Snow Leopard). After you download it and run it, install it. Since the installer puts everything in /usr/local/git, run this command: .--- | /usr/local/git/bin/git clone git://orgmode.org/org-mode.git org.git `--- instead of what I put above. It will run for a fairly long time and might not give you feedback, so just leave it be until it gives you a fresh command prompt and stops sitting at "cloning into..." or whatever the message is. After that you can should be ready to set up the .emacs file and give it a whirl. Best regards, John