>> 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. _______________________________________________ Emacs-orgmode mailing list Please use `Reply All' to send replies to the list. Emacs-orgmode@gnu.org http://lists.gnu.org/mailman/listinfo/emacs-orgmode