Rainer M Krug <r.m.k...@gmail.com> writes:

> Hi
>
> I am using org from git using the following commands (in a script):
>
> ######################
> cd ~/.emacs.d/org-mode-git/org-mode
> git checkout master
> git fetch --tags origin
> git pull
> git gc
> git checkout master
> make clean
> make
> make autoloads
> make doc
> make info
> ######################
>
> But I can't find the info file and get the error message "Info-find-file: 
> Info file org does not
> exist".
>
> How can I tell where emacs can find the info file (I assume it is in the doc/ 
> subdirectory?)?

(add-to-list 'Info-default-directory-list
             (expand-file-name "~/.emacs.d/org-mode-git/org-mode/doc"))

>
> Thanks,
>
> Rainer
>
> --
> Rainer M. Krug, PhD (Conservation Ecology, SUN), MSc (Conservation Biology, 
> UCT), Dipl. Phys.
> (Germany)
>
> Centre of Excellence for Invasion Biology
> Stellenbosch University
> South Africa
>
> Tel :       +33 - (0)9 53 10 27 44
> Cell:       +33 - (0)6 85 62 59 98
> Fax :       +33 - (0)9 58 10 27 44
>
> Fax (D):    +49 - (0)3 21 21 25 22 44
>
> email:      rai...@krugs.de
>
> Skype:      RMkrug


Reply via email to