From mboxrd@z Thu Jan 1 00:00:00 1970 From: Grant Rettke Subject: Re: org-install? Date: Tue, 14 Jun 2016 13:28:59 -0500 Message-ID: References: Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:37155) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bCt5D-0004QX-0J for emacs-orgmode@gnu.org; Tue, 14 Jun 2016 14:29:04 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1bCt5A-0005lT-QP for emacs-orgmode@gnu.org; Tue, 14 Jun 2016 14:29:01 -0400 Received: from mail-it0-x230.google.com ([2607:f8b0:4001:c0b::230]:36483) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bCt5A-0005lI-Lt for emacs-orgmode@gnu.org; Tue, 14 Jun 2016 14:29:00 -0400 Received: by mail-it0-x230.google.com with SMTP id a5so84900554ita.1 for ; Tue, 14 Jun 2016 11:29:00 -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" To: Rustom Mody Cc: emacs-orgmode On Tue, Jun 14, 2016 at 12:06 PM, Rustom Mody wrote: > What is the setup procedure recommended for git-installed org? 1. Clone it to ~/src 2. Generate autoloads and Compiling Org without make: http://orgmode.org/worg/org-hacks.html 3. Before the packaging stuff loads and runs in your config: 4. Always load the newest file: (setq load-prefer-newer t) 5. Load Org-Mode (add-to-list 'load-path "~/src/org-mode/lisp") (add-to-list 'load-path "~/src/org-mode/contrib/lisp") (require 'org)