From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nick Dokos Subject: Re: Re: Update org-mode Date: Fri, 01 Apr 2011 16:03:29 -0400 Message-ID: <5318.1301688209@alphaville.usa.hp.com> References: <87aag997lx.fsf@live.com> Reply-To: nicholas.dokos@hp.com Return-path: Received: from [140.186.70.92] (port=52497 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Q5kZA-0001kp-7h for Emacs-orgmode@gnu.org; Fri, 01 Apr 2011 16:03:33 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Q5kZ9-0002Hz-DS for Emacs-orgmode@gnu.org; Fri, 01 Apr 2011 16:03:32 -0400 Received: from g4t0015.houston.hp.com ([15.201.24.18]:46032) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Q5kZ9-0002Hv-8v for Emacs-orgmode@gnu.org; Fri, 01 Apr 2011 16:03:31 -0400 In-Reply-To: Message from Dror Atariah of "Fri, 01 Apr 2011 21:35:55 +0200." 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: Dror Atariah Cc: nicholas.dokos@hp.com, Emacs-orgmode@gnu.org Dror Atariah wrote: > > #+begin_src elisp > > (setq load-path (cons > > (expand-file-name "~/Library/elisp") > > load-path)) > > (require 'org-install) > > #+end_src > > > @Yagnesh: where should I plug this code into? > In your .emacs (or equivalent emacs initialization file.) If your emacs is set up correctly, you should be able to visit the relevant section in the Emacs manual by evaluating the following form: (info "(emacs)Init file") Put the cursor after the closing parenthesis and type C-x C-e Nick