On Tue, Jun 14, 2016 at 12:06 PM, Rustom Mody <rustompm...@gmail.com> 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