From mboxrd@z Thu Jan 1 00:00:00 1970 From: Dave Marquardt Subject: Re: undefined symbol 'org-export-create-backend' when calling org-plot/gnuplot Date: Thu, 01 Oct 2015 16:19:17 -0500 Message-ID: References: <87mvw5hp4y.fsf@alphaville.usersys.redhat.com> <877fn6e4z4.fsf@nicolasgoaziou.fr> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:55862) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZhlGH-0002ac-1c for emacs-orgmode@gnu.org; Thu, 01 Oct 2015 17:19:36 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ZhlGD-0006Sv-6H for emacs-orgmode@gnu.org; Thu, 01 Oct 2015 17:19:33 -0400 Received: from plane.gmane.org ([80.91.229.3]:43004) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZhlGC-0006SQ-W2 for emacs-orgmode@gnu.org; Thu, 01 Oct 2015 17:19:29 -0400 Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1ZhlGB-0002o4-Dn for emacs-orgmode@gnu.org; Thu, 01 Oct 2015 23:19:27 +0200 Received: from 32.97.110.52 ([32.97.110.52]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Thu, 01 Oct 2015 23:19:27 +0200 Received: from davemarq by 32.97.110.52 with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Thu, 01 Oct 2015 23:19:27 +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 Nicolas Goaziou writes: > Hello, > > Dave Marquardt writes: > >> I did git bisect on a couple of x86_64 Linux systems: >> - RHEL 6.7 with Emacs 24.3.2 >> - Fedora 22 with Emacs 24.5.1 >> >> The result was >> >> # first bad commit: [6d2ab4071960f8a7f20138291424b468722ab522] org-table: Fix radio tables containing macros >> >> The table I ran M=x org-plot/gnuplot on was from the Org Mode info page >> "Org-Plot": >> >> #+PLOT: title:"Citas" ind:1 deps:(3) type:2d with:histograms set:"yrange [0:]" >> | Sede | Max cites | H-index | >> |-----------+-----------+---------| >> | Chile | 257.72 | 21.39 | >> | Leeds | 165.77 | 19.68 | >> | Sao Paolo | 71.00 | 11.50 | >> | Stockholm | 134.19 | 14.33 | >> | Morelia | 257.56 | 17.67 | >> >> Stack backtrace is as mentioned earlier: >> >> Debugger entered--Lisp error: (void-function org-export-create-backend) > > Fixed. Thank you. I've verified that this is fixed. Thanks! -Dave