emacs-orgmode
[Top][All Lists]
Advanced

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

Re: [O] How to update "Info Documentation"?


From: Walter Franzini
Subject: Re: [O] How to update "Info Documentation"?
Date: Fri, 29 Jul 2011 11:43:14 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/23.2 (gnu/linux)

Johan Ekh <address@hidden> writes:

> Hi all,
> I keep up to date with org-mode using:
>
> git pull && make clean && make && make doc && make install
>
> It works very well except that my "Info Documentation" is not updated.
> It is still some old version.

make info

and add the following snippet to you .emacs.el:

;; add documentation from the git clone
(eval-after-load "info"
  '(progn
     (info-initialize)                  
     (add-to-list 'Info-directory-list "~/lisp/org-mode/doc")))

hth
-- 
Walter Franzini
http://aegis.stepbuild.org/

Attachment: pgplioTcXkxcV.pgp
Description: PGP signature


reply via email to

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