You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have a private config layer that uses the org-plus-contrib package from the org-mode elpa repository. The version scheme for that package doesn't match the version scheme that spacemacs appears to expect: the package directory looks like org-plus-contrib-20150316/. This causes a problem when updating because the backup step complains that there is no file or directory named /home/jynnantonix/.emacs.d/elpa/org-plus-contrib-20150316.nil. This is the offending code:
I have emacs version 24.3.1 (since that's the latest available on ubuntu trusty) and there is no (cadr version) so this function is returning a directory with a nil at the end.
The text was updated successfully, but these errors were encountered:
I have a private config layer that uses the org-plus-contrib package from the org-mode elpa repository. The version scheme for that package doesn't match the version scheme that spacemacs appears to expect: the package directory looks like org-plus-contrib-20150316/. This causes a problem when updating because the backup step complains that there is no file or directory named
/home/jynnantonix/.emacs.d/elpa/org-plus-contrib-20150316.nil
. This is the offending code:I have emacs version 24.3.1 (since that's the latest available on ubuntu trusty) and there is no
(cadr version)
so this function is returning a directory with anil
at the end.The text was updated successfully, but these errors were encountered: