Re: [O] Updating info files

2012-06-07 Thread Jude DaShiell
When I update org, I do: make ./update sudo make ./install sudo make ./install-info Then info org shows the correct version of org. On Wed, 6 Jun 2012, Memnon Anon wrote: > Mike Fitzgerald writes: > > > C-h i still brings up the old info files. > > > > files are there: > > > > org.pdf > > rg.t

Re: [O] Updating info files

2012-06-06 Thread Memnon Anon
Mike Fitzgerald writes: > C-h i still brings up the old info files. > > files are there: > > org.pdf > rg.texi > rgcard.pdf > rgcard.tex > rgcard_letter.pdf > rgguide.pdf > rgguide.texi Mhh, are these all files in the doc dir? Info doesn't use pdf, here is mine for comparison: /home/xxx/tmp/bi

Re: [O] Updating info files

2012-06-05 Thread Nick Dokos
Mike Fitzgerald wrote: > Windows 7, EMACS 23.4 > > I tried this in my .emacs to update info files >   > ;; Info directory > (add-to-list 'Info-default-directory-list > (expand-file-name "~/.emacs.d/org-7.8.11/doc)")) > > As recommended here. > http://orgmode.org/worg/org-faq.html >

[O] Updating info files

2012-06-05 Thread Mike Fitzgerald
Windows 7, EMACS 23.4 I tried this in my .emacs to update info files ;; Info directory (add-to-list 'Info-default-directory-list (expand-file-name "~/.emacs.d/org-7.8.11/doc)")) As recommended here. http://orgmode.org/worg/org-faq.html C-h i still brings up the old info files. fil