epresent icon indicating copy to clipboard operation
epresent copied to clipboard

epresent should depend on org-8 in MELPA

Open pscollins opened this issue 9 years ago • 3 comments

I had problems trying to install epresent where I got the following error messages:

 Cannot open load file: ox

 Symbol's value as variable is void:    org-list-allow-alphabetical

Googling showed that it's because I was missing the latest version of org-mode. It seemed to be fixed by M-x package-install RET org RET but this should be taken care of the package's dependencies --- I see that org-present includes a dependency on org-7, for example.

If epresent does depend on org-8 as it appears to, then org-8 should be a dependency of the package.

pscollins avatar Dec 02 '15 21:12 pscollins

I don’t think this is an issue any more – Org 8.2 is included with current Emacs versions.

sellout avatar Jan 11 '18 17:01 sellout

I have org 8.2, but package install epresent shows that org-8 is not present. But once switched to latest orgmode melpa setups as here, the issue is resovled: https://orgmode.org/elpa.html

(require 'package) (add-to-list 'package-archives '("org" . "https://orgmode.org/elpa/") t)

ipstone avatar Feb 08 '18 16:02 ipstone

Apparently it is still an issue! With a fresh install of emacs on updated centos7 and I hit this bug. Thanks to @pscollins for the workaround, and -1 to @sellout for the copout on dependency management.

adamjrat avatar Jun 27 '19 07:06 adamjrat