Eric J Haywiser <[EMAIL PROTECTED]> writes:
> This could be confusing to a newbie, who is the most likely person to
> encounter this problem.
I just ran into this problem while installing org-mode last night, and
came up with a similar fix.
Also, for XEmacs users, the eval form needs to add both the base
directory and the "xemacs" directory in order to pick up noutline.el. I
wound up using something like
BATCH=$(EMACS) -batch -q -eval \
"(progn (add-to-list (quote load-path) \"$(pwd)\") \
(add-to-list (quote load-path) \"$(pwd)/xemacs\"))"
as a quick cut-and-paste fix.
--
Steven E. Harris
_______________________________________________
Emacs-orgmode mailing list
Remember: use `Reply All' to send replies to the list.
[email protected]
http://lists.gnu.org/mailman/listinfo/emacs-orgmode