dpom <dan.pomoh...@gmail.com> writes:
> I use el-get to obtain the last org-mode version and it's ok. 
> My working configuration is:
>
> (setq el-get-sources
>  '(
> ...
>    (:name org-mode 
>      :build ("make clean" "make" "make doc" 
>              "make INSTALL_INFO=ginstall-info infodir=~/.emacs.d/info/org 
> install-info")
>      :after (lambda () 
>             (setq load-path (remove "/usr/share/emacs/23.2/lisp/org/" 
> load-path))
>             (add-to-list 'Info-default-directory-list (expand-dir-name "org" 
> info-dir))))
> ))
>
> You should replace "/usr/share/23.2/lisp/org/" with your emacs
> repository.

Thanks Dan Pomohaci. This is working., I understood whats going on.

Regards,
Yagnesh



_______________________________________________
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

Reply via email to