For my set up (see below) I have tried Eric's suggestion, except "/home/Charlie/elisp/org-mode/doc/"Rainer M Krug <r.m.krug@gmail.com> writes:On 10/12/12 17:50, Jambunathan K wrote:Rainer M Krug <Rainer@krugs.de> writes:Thanks - does anybody else has any ideas on how I can get org into info?M-x info-display-manual RET ~/src/org-mode/doc/org RETThis definitely works - thanks. But is there a way of adding this permanentely, so that I can use the menu entry in the org menu to see the info file?The following works for me (your mileage may vary) ;; info paths (add-to-list 'Info-default-directory-list "/home/eschulte/.emacs.d/src/org-mode/doc/")