From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Holst Subject: [gnorb] error when calling `gnorb-report-tracking-usage' Date: Wed, 23 Sep 2015 19:53:18 +0200 Message-ID: <87io71hvjl@gmx.de> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:55412) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZeoEa-0008QG-1O for emacs-orgmode@gnu.org; Wed, 23 Sep 2015 13:53:36 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ZeoEU-0005av-Qn for emacs-orgmode@gnu.org; Wed, 23 Sep 2015 13:53:35 -0400 Received: from mout.gmx.net ([212.227.15.15]:51602) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZeoEU-0005ab-I5 for emacs-orgmode@gnu.org; Wed, 23 Sep 2015 13:53:30 -0400 List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: org mode mailing list Cc: Eric Abrahamsen Hello, more and more I like gnorb. It perfectly fits my working habits. Today I wanted to see how the registy is filled. I called `gnorb-report-tracking-usage'. And got following error: gnorb-registry-tracked-headings: Symbol's function definition is void: hash-table-keys After a little search on the web I added: #+begin_src emacs-lisp (require 'subr-x) #+end_src to my gnorb config. Again calling `gnorb-report-tracking-usage' I get another error: eieio-default-superclass: Invalid slot name: "#", max-size Well I gave up on this. Couldn't dive deeper :-) My configuration is: gnorb: recent git-version org: recent git-version emacs: 25.5.1 on Ubuntu 14.04 Thanks for looking into this. -- Bis neulich ... Thomas