Closed jrhorn424 closed 13 years ago
Could it be that there is no trailing slash after ".../.emacs.d/src/org/doc"?
EDIT: Adding the trailing slash didn't help.
Really sorry for the noise, Eric. For some reason make
didn't get to the documentation last time I ran it, or I forgot to run it after updating.
For anyone else that might find this via Google, try navigating to the org source directory and typing make info
or (equivalently?) make doc/org.info
.
oh, happy you found an answer for this, getting documentation to show up in info in Emacs is one of those things that has driven me insane more than once. If you think this would make a good FAQ http://eschulte.github.com/emacs-starter-kit/#sec-3 then please send a patch.
I don't know when or how this broke. I neglected to look at the manual version number after you made the last change to how the src/org/doc directory is added to the Info path.
The org info manual says: This manual is for Org version 6.33x.
The contents of the src/org/doc/org.texi file indicates jeffreyhorn@hook:~/.emacs.d 2011-01-13 23:05:28 git:master
So, the manual seems to be loaded in the wrong place.
Info-directory-list
is set towhere some entries are repeated because I load the init file twice when using Aquamacs (it gets rid of a bit of startup wonkiness).
I've worked on this for a bit and it has been driving me bonkers. Any idea what might be causing the issue?
EDIT: Note, the wrong version is also loaded in terminal emacs. Emacs 23.2 says: This manual is for Org-mode (version 4.67).
Info-directory-list is ("/Users/jeffreyhorn/.emacs.d/src/org/doc"
"/usr/local/Cellar/emacs/23.2/share/info/" "/usr/local/share/info/"
"/usr/local/info/" "/usr/local/gnu/info/" "/usr/local/gnu/lib/info/"
"/usr/local/gnu/lib/emacs/info/" "/usr/local/emacs/info/"
"/usr/local/lib/info/" "/usr/local/lib/emacs/info/" "/usr/share/info/"
"/usr/lib/info/")