eschulte / epresent

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

Symbol’s function definition is void: org-define-error #61

Open krux02 opened 7 years ago

krux02 commented 7 years ago

Just installed it. But epresent-run shows the following error:

Compiling no file at Tue May  2 16:28:38 2017
Leaving directory ‘/home/arne/.emacs.d/elpa/epresent-20160410.1901’

Compiling file /home/arne/.emacs.d/elpa/epresent-20160410.1901/epresent.el at Tue May  2 16:28:38 2017
Entering directory ‘/home/arne/.emacs.d/elpa/epresent-20160410.1901/’
epresent.el:46:1:Error: Symbol’s function definition is void: org-define-error

Evaluating this line did fix the problem on my side:

(define-obsolete-function-alias 'org-define-error 'define-error)
sellout commented 1 year ago

This doesn’t seem to be in the code any more. I’m guessing it was already fixed at the time the issue was opened – perhaps just an old version from MELPA (but it’s not in the current MELPA version either).