For months I've been enjoying use of the org dynamic clock block (C-c C-x C-r) to help with my hour clocking. Suddenly I find it's not working, though. The only things I've changed is downloading the list-packages org-contrib and org-mode.
M-x org-version
Org-mode version 7.8.11
Attempt to update/add dynamic block (C-c C-x C-r)
Symbol's function definition is void: org-defvaralias
I tried to do manual execution of defun
s in some of the org .el files, but that just made things worse. Any suggestions on the cleanest way to fix this?
I actually can't even clock-in anymore, with the same error.
I have verified that this is a result of the org-contrib
install from ELPA, which seems to break it. This is sad, since I was putting good use to other org-contrib
files.
(add-to-list 'package-archives '("org" . "http://orgmode.org/elpa/") t)
beforeM-x list-packages
in order to installorg-plus-contrib
as well(according to installation). BTW, can I just ignore your solution and just delete all theorg
in/usr/share/emacs/
and then update theorg
in the usualelpa
way? – Sexagesima