emacs-orgmode
[Top][All Lists]
Advanced

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

[Orgmode] Re: Installing org-mode from git without byte-compiling


From: Jambunathan K
Subject: [Orgmode] Re: Installing org-mode from git without byte-compiling
Date: Sat, 01 Jan 2011 11:06:12 +0530
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.0.50 (windows-nt)

> Inspecting the Makefile, I see that I probably want to make the info
> documentation and have that installed automatically, I just don't want
> to byte-compile the lisp.

$ make doc/org

The above command will create a file named 'org' in the doc directory.

Once this is done alter `Info-directory-list' with the following line in
your init file.

(push "~/path/to/git/root/doc/" Info-directory-list)

If you get some surprises, you can do a C-h v Info-directory-list and
make sure that the order of the dirs is just as you want it.

Jambunathan K.



reply via email to

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