From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nicolas Goaziou Subject: Re: Bug: missing language for code block results in failure [9.1.14 (9.1.14-dist @ .../org/install/emacs/site-lisp/org/)] Date: Tue, 27 Nov 2018 21:48:19 +0100 Message-ID: <878t1etffw.fsf@nicolasgoaziou.fr> References: Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([208.118.235.92]:39829) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1gRkLV-00031J-3z for emacs-orgmode@gnu.org; Tue, 27 Nov 2018 15:52:41 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1gRkGz-0007T0-Oa for emacs-orgmode@gnu.org; Tue, 27 Nov 2018 15:48:01 -0500 Received: from relay9-d.mail.gandi.net ([217.70.183.199]:60505) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1gRkGz-0007S8-IU for emacs-orgmode@gnu.org; Tue, 27 Nov 2018 15:47:57 -0500 In-Reply-To: (John Ciolfi's message of "Sun, 25 Nov 2018 11:06:50 -0500") 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: John Ciolfi Cc: emacs-orgmode@gnu.org Hello, John Ciolfi writes: > Hi > > I ran into a confusing error due to missing language for a code block. Given attached issue.org > which contains: > > #+BEGIN_SRC > if (a > 1) { > } > #+END_SRC > > if you convert to pdf using the attached issue_repro.el via: > > emacs --batch -L /path/to/org/install/emacs/site-lisp/org -l issue_repro.el > > where /path/to/org/install/emacs/site-lisp/org is version 9.1.14 and I'm running emacs 25.1.1, > you'll see this error > > $ emacs --batch -L /local-ssd/ciolfi/sbtools/apps/emacs-add-ons/install-25/org/install/emacs/site-lisp/org -l issue_repro.el > Loading 00debian-vars... > : > Debug on Error enabled globally > Debugger entered--Lisp error: (wrong-type-argument stringp nil) Fixed. Thank you. Note that warns you about such problems. Regards, -- Nicolas Goaziou