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 17:53:29 +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.
>

I typed the earlier mail from memory. This is the sequence that package
manager uses:

#+begin_src emacs-lisp
      (require 'info)
      (info-initialize)
      (push pkg-dir Info-directory-list)
#+end_src

The first two lines were missing in my earlier post.

Furthermore, one can use the following to cherry pick the info file of
interest:

C-u M-x info RET doc/org

HTH,
Jambunathan K.



reply via email to

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