renard / o-blog

Standalone orgmode blog exporter. DEPECATED, NOT MAINTAINED
http://renard.github.com/o-blog-v2
260 stars 58 forks source link

Fail to load o-blog: invalid-slot-name when loading with emacs 25.x #159

Closed xmaillard closed 8 years ago

xmaillard commented 8 years ago

Hello,

in my quest to find a =orgmode= blogging/authoring tool I found o-blog.

Trying to load it returns:

Eager macro-expansion failure: (invalid-slot-name "#<ob:framework-component ob:framework-component>" lead) [2 times]
slot-missing: Invalid slot name: "#<ob:framework-component ob:framework-component>", lead

Here is my o-blog.conf file (loaded via emacs -Q):

;; -*- Mode: Emacs-Lisp -*-

(add-to-list 'load-path "~/git/o-blog/lisp")
(require 'o-blog)

Version informations: GNU Emacs 25.1.50.1 (x86_64-apple-darwin15.0.0, NS appkit-1404.13 Version 10.11.1 (Build 15B42)) of 2015-12-03

OrgMode is from the /official/ GNU Emacs 25.x distribution.

Regards

xmaillard commented 8 years ago

I tried it with emacs 24.5 and it works. I will try to track down where it fails in eieio code tree.

hanzejl commented 8 years ago

I also have this problem with Emacs 25

devminz commented 7 years ago

Error in dotspacemacs/user-config: Invalid slot name: "#<ob:framework-component ob:framework-component>", lead

Compro-Prasad commented 7 years ago

Same problem here with Emacs 25.2 running Spacemacs.