emacs-orgmode
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [O] org-install?


From: Grant Rettke
Subject: Re: [O] org-install?
Date: Tue, 14 Jun 2016 13:28:59 -0500

On Tue, Jun 14, 2016 at 12:06 PM, Rustom Mody <address@hidden> 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)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]