emacs-orgmode
[Top][All Lists]
Advanced

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

Re: [O] info for org not found in emacs


From: Grégoire Jadi
Subject: Re: [O] info for org not found in emacs
Date: Fri, 07 Dec 2012 15:39:45 +0100
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.3.50 (gnu/linux)

Rainer M Krug <address@hidden> 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:      address@hidden
>
> Skype:      RMkrug




reply via email to

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