Hi Sebastien,
Sebastien Vauban writes:See http://lists.gnu.org/archive/html/help-gnu-emacs/2004-10/msg00331.html
I finally managed to make it work using INFOPATH, which is quite painful
to do under OS X. I really don't understand why there isn't a way to do
this from inside emacs configuration files (I tried the
Info-additional-directory-list but it did not work).
$ sh -c "unset INFOPATH && Emacs -Q"
(getenv "INFOPATH")nil(add-to-list 'Info-default-directory-list "~/.emacs.d/org-mode/doc")("~/.emacs.d/org-mode/doc" "/Applications/Emacs.app/Contents/Resources/info/" "/usr/share/info/")(info)nilInfo-directory-list("~/.emacs.d/org-mode/doc" "/Applications/Emacs.app/Contents/Resources/info/" "/usr/share/info/")
Thanks for pointing me in the right direction,
Alan