From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jiajian Huang Subject: Re: Bug: Can't not export source block [9.0.1 (9.0.1-elpa @ /Users/user/.emacs.d/elpa/org-20161118/)] Date: Mon, 12 Dec 2016 08:03:47 +0800 Message-ID: References: <87fulub166.fsf@nicolasgoaziou.fr> Mime-Version: 1.0 Content-Type: multipart/alternative; boundary=f403045dce047df47905436ad6c3 Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:33506) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1cGE6t-0007ik-RO for emacs-orgmode@gnu.org; Sun, 11 Dec 2016 19:04:53 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1cGE6q-0002QO-MW for emacs-orgmode@gnu.org; Sun, 11 Dec 2016 19:04:51 -0500 Received: from mail-ua0-f182.google.com ([209.85.217.182]:33897) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1cGE6q-0002QB-HK for emacs-orgmode@gnu.org; Sun, 11 Dec 2016 19:04:48 -0500 Received: by mail-ua0-f182.google.com with SMTP id 51so67598133uai.1 for ; Sun, 11 Dec 2016 16:04:48 -0800 (PST) In-Reply-To: <87fulub166.fsf@nicolasgoaziou.fr> 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 , emacs-orgmode@gnu.org --f403045dce047df47905436ad6c3 Content-Type: text/plain; charset=UTF-8 Thanks for you reply. Reinstalling does not help until I follow http://emacs.stackexchange.com/questions/28441/org-mode-9-unable-to-eval-code-blocks , remove all *.elc in the org directory and byte-compile all again. Best regards, Ivan On Mon, Dec 12, 2016 at 5:34 AM, Nicolas Goaziou wrote: > 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 > --f403045dce047df47905436ad6c3 Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: quoted-printable
Thanks for you reply. Reinstalling does not help until I f= ollow=C2=A0http://emacs.stackexchange.com/questions/2= 8441/org-mode-9-unable-to-eval-code-blocks , remove all *.elc in the or= g directory and byte-compile all again.

Best regards,
Ivan

On Mon, Dec 12, 2016 at 5:34 AM, Nicolas Goaziou &= lt;mail@nicolas= goaziou.fr> wrote:
Hello,
Jiajian Huang <ispinfx@gmail.com> 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
>=C2=A0 =C2=A0 =C2=A0 =C2=A0debug-on-signal nil
>=C2=A0 =C2=A0 =C2=A0 =C2=A0debug-on-quit nil)
>
> (require 'org)
>
> where the org is installed by elpa.
>
> The
t= est.org file contains
>
> #+BEGIN_SRC latex :results drawer :exports results
>=C2=A0 =C2=A0\begin{eqnarray}
>=C2=A0 =C2=A0 =C2=A0a + b =3D c \label{eq1}
>=C2=A0 =C2=A0\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

--f403045dce047df47905436ad6c3--