From mboxrd@z Thu Jan 1 00:00:00 1970 From: Dror Atariah Subject: Re: Update org-mode Date: Fri, 1 Apr 2011 21:35:55 +0200 Message-ID: References: <87aag997lx.fsf@live.com> Mime-Version: 1.0 (Apple Message framework v1084) Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Return-path: Received: from [140.186.70.92] (port=48714 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Q5k8X-0005IQ-2S for Emacs-orgmode@gnu.org; Fri, 01 Apr 2011 15:36:01 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Q5k8W-0005WG-5E for Emacs-orgmode@gnu.org; Fri, 01 Apr 2011 15:36:00 -0400 Received: from mail-ey0-f169.google.com ([209.85.215.169]:56954) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Q5k8V-0005W4-P1 for Emacs-orgmode@gnu.org; Fri, 01 Apr 2011 15:36:00 -0400 Received: by eyd9 with SMTP id 9so1211987eyd.0 for ; Fri, 01 Apr 2011 12:35:58 -0700 (PDT) In-Reply-To: <87aag997lx.fsf@live.com> 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: Emacs-orgmode@gnu.org > #+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?