From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nicolas Goaziou Subject: Re: Bug: Can't not export source block [9.0.1 (9.0.1-elpa @ /Users/user/.emacs.d/elpa/org-20161118/)] Date: Sun, 11 Dec 2016 22:34:09 +0100 Message-ID: <87fulub166.fsf@nicolasgoaziou.fr> References: Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:38982) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1cGBl4-0000nP-Hs for emacs-orgmode@gnu.org; Sun, 11 Dec 2016 16:34:11 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1cGBl1-0005DO-Fk for emacs-orgmode@gnu.org; Sun, 11 Dec 2016 16:34:10 -0500 Received: from relay4-d.mail.gandi.net ([217.70.183.196]:56699) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1cGBl1-0005Cf-A5 for emacs-orgmode@gnu.org; Sun, 11 Dec 2016 16:34:07 -0500 In-Reply-To: (Jiajian Huang's message of "Sun, 11 Dec 2016 11:48:10 +0800") 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" To: Jiajian Huang Cc: emacs-orgmode@gnu.org Hello, Jiajian Huang writes: > After update to org 9.0, the source code block can't no longer be exported > and > org alerts an error. > > The minimal config I use is > > (package-initialize) > > (setq debug-on-error t > debug-on-signal nil > debug-on-quit nil) > > (require 'org) > > where the org is installed by elpa. > > The test.org file contains > > #+BEGIN_SRC latex :results drawer :exports results > \begin{eqnarray} > a + b = c \label{eq1} > \end{eqnarray} > #+END_SRC > > ONLY. Running C-c C-e l l gives error > > Debugger entered--Lisp error: (wrong-type-argument stringp nil) I cannot reproduce it. I suspected an installation that went wrong. You could try to remove Org completely and install it again. Regards, -- Nicolas Goaziou