[OS X Emacs] org mode 7.01

Martin Kühl martin.kuehl at gmail.com
Fri Aug 20 04:18:00 EDT 2010


On Fri, Aug 20, 2010 at 03:58, James Harkins <jamshark70 at gmail.com> wrote:
>  http://email.esm.psu.edu/pipermail/macosx-emacs/2010-July/002237.html says:
>
> (3) make lisp/org-install.el
>
> and
>
> (setq load-path (cons "~/org-mode/lisp" load-path))
> (require 'org-install)
>
> For the sake of completeness... in the latest git (which I just downloaded),
> there is no "org-install.el." Now it seems to be "org.el."
>
> After removing "-install" in those 2 places, it's working for me.

The file `org-install.el' is generated by the call to `make' you cited.
Loading plain `org' will immediately load the whole package, instead of
autoloading it as needed, which is why the documentation suggests using
`org-install' instead.

HTH,
Martin



More information about the MacOSX-Emacs mailing list