From mboxrd@z Thu Jan 1 00:00:00 1970 From: Peter Davis Subject: Re: Error when exporting LaTeX Date: Wed, 24 Jun 2015 08:50:45 -0400 Message-ID: <6sw6c7bng5clsq.fsf@pfdstudio.com> References: <6sw6c7k2utcmuc.fsf@pfdstudio.com> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:52172) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Z7k8b-00080n-5k for emacs-orgmode@gnu.org; Wed, 24 Jun 2015 08:50:45 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Z7k8X-0002WU-WD for emacs-orgmode@gnu.org; Wed, 24 Jun 2015 08:50:45 -0400 Received: from out5-smtp.messagingengine.com ([66.111.4.29]:49666) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Z7k8X-0002WQ-St for emacs-orgmode@gnu.org; Wed, 24 Jun 2015 08:50:41 -0400 Received: from compute5.internal (compute5.nyi.internal [10.202.2.45]) by mailout.nyi.internal (Postfix) with ESMTP id 6D6F320BAE for ; Wed, 24 Jun 2015 08:50:41 -0400 (EDT) In-Reply-To: (Alan Schmitt's message of "Wed, 24 Jun 2015 14:47:07 +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: Alan Schmitt Cc: emacs-orgmode@gnu.org Alan Schmitt writes: > On 2015-06-24 14:28, Peter Davis writes: > >> I'm writing a fairly simple document with some #+BEGIN_SRC/#+END_SRC >> blocks, and when I try to export to LaTeX/PDF, I get: >> >> org-latex-src-block: Wrong type argument: stringp, nil >> >> Does this ring any bells? I can try to cobble together a "neutralized" >> sample to reproduce the problem, but I thought I'd see if anyone >> recognized it. > > It looks like you forgot to give a language (you cannot have > a "#+begin_src" with no language). Ah! Yes, I missed one. That seems to have fixed it. Thank you. -pd