From mboxrd@z Thu Jan 1 00:00:00 1970 From: david@adboyd.com (J. David Boyd) Subject: Re: js-info problem Date: Wed, 10 Apr 2013 22:34:19 -0400 Message-ID: <87a9p5vlqs.fsf@adboyd.com> References: <8761zu1ifk.fsf@adboyd.com> <87fvyy4b1j.fsf@bzg.ath.cx> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([208.118.235.92]:47048) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UQ7LL-0007Oe-5G for emacs-orgmode@gnu.org; Wed, 10 Apr 2013 22:34:31 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UQ7LK-00047H-7R for emacs-orgmode@gnu.org; Wed, 10 Apr 2013 22:34:31 -0400 Received: from plane.gmane.org ([80.91.229.3]:41424) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UQ7LK-000470-0X for emacs-orgmode@gnu.org; Wed, 10 Apr 2013 22:34:30 -0400 Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1UQ7LI-0003PU-Kw for emacs-orgmode@gnu.org; Thu, 11 Apr 2013 04:34:28 +0200 Received: from 72.185.97.240 ([72.185.97.240]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Thu, 11 Apr 2013 04:34:28 +0200 Received: from david by 72.185.97.240 with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Thu, 11 Apr 2013 04:34:28 +0200 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: emacs-orgmode@gnu.org Bastien writes: > Hi David, > > david@adboyd.com (J. David Boyd) writes: > >> I see an error in my message buffer when starting up: >> >> Problems while trying to load feature `org-jsinfo'. >> >> Any ideas how to fix this? I can't even find an org-jsinfo in the org >> source directory. > > There is no org-jsinfo.el file in Org 8.0, so you need to remove > (require 'org-jsinfo) from your configuration if you use Org 8.0. Thanks, had a reference in my loaded org modules in custom.el... Dave