eschulte / epresent

Presentations in Emacs -- based on Org-mode
183 stars 50 forks source link

Error while installing on Mac #10

Closed gnumonk closed 10 years ago

gnumonk commented 10 years ago

While installing on Mac its gives an error says " Cannot open load file: ox" Here is the details about env

1) GNU Emacs 24.3.1 (x86_64-apple-darwin, NS apple-appkit-1038.36) of 2013-03-13 on bob.porkrind.org 2) 20140904.1953

gnumonk commented 10 years ago

Here is the update, You need to add dependencies for ox. After installing ox manually, its working fine.

eschulte commented 10 years ago

ox is part of recent versions of Org-mode.

gnumonk commented 10 years ago

Actually, I have installed org from org repository but it didn't get ox along. Please confirm else will check the org-mode changelog.

eschulte commented 10 years ago

Have you added the lisp directory of the Org-mode repository to your load path? The ox.el file should be located therein, and should be required automatically by epresent.el once the load path is correctly configured.