From mboxrd@z Thu Jan 1 00:00:00 1970 From: Marcelo de Moraes Serpa Subject: org-babel-load-file fails with (wrong-type-argument stringp nil) Date: Mon, 15 Jun 2015 12:43:57 -0500 Message-ID: Mime-Version: 1.0 Content-Type: multipart/alternative; boundary=f46d043c07449559b505189200ba Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:42385) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Z4YQS-0006Tz-H0 for emacs-orgmode@gnu.org; Mon, 15 Jun 2015 13:44:01 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Z4YQR-0002Qf-5k for emacs-orgmode@gnu.org; Mon, 15 Jun 2015 13:44:00 -0400 Received: from mail-wi0-x233.google.com ([2a00:1450:400c:c05::233]:38458) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Z4YQQ-0002Pk-Vb for emacs-orgmode@gnu.org; Mon, 15 Jun 2015 13:43:59 -0400 Received: by wibdq8 with SMTP id dq8so86337313wib.1 for ; Mon, 15 Jun 2015 10:43:57 -0700 (PDT) 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: Org Mode --f46d043c07449559b505189200ba Content-Type: text/plain; charset=UTF-8 Hi list, I'm using Org-mode version 8.2.10 (8.2.10-dist @ /Users/fullofcaffeine/.emacs.d/vendor/org-mode/lisp/) -- which as you can see was installed in a custom location, with emacs GNU Emacs 24.3.1 (x86_64-apple-darwin11.4.2, Carbon Version 1.6.0 AppKit 1138.51) of 2014-04-03 on Yukikaze.local. After updating to org 8.2.10, I started getting some cryptic (for me) errors with org-babel. My main conf file is an org file which gets processed by babel to .el. It used to work fine, but now I get this (stacktrace follows): ` Debugger entered--Lisp error: (wrong-type-argument stringp nil) expand-file-name(nil) load-file(nil) org-babel-load-file("/Users/fullofcaffeine/.emacs.d/fullofcaffeine.org") mapc(org-babel-load-file ("/Users/fullofcaffeine/.emacs.d/ fullofcaffeine.org")) eval-buffer(# nil "/Users/fullofcaffeine/.emacs.d/init.el" nil t) ; Reading at buffer position 1458 load-with-code-conversion("/Users/fullofcaffeine/.emacs.d/init.el" "/Users/fullofcaffeine/.emacs.d/init.el" t t) load("/Users/fullofcaffeine/.emacs.d/init" t t) #[nil "^H\205\276^@ \306=\203^Q^@\307^H\310Q\202A^@ \311=\2033^@\312\307\313\314#\203#^@\315\202A^@\312\307\313\316#\203/^@\317\202A^@\315\202A^@ \320=\203=^@\321\202A^@\307^H\322Q^Z\323^S\324\n\$ command-line() normal-top-level() ` Here's my init.el file: http://pastie.org/private/1eajm9mkmqfjbpr0z3ska Does anyone know what is the issue? Thanks, -- Marcelo. --f46d043c07449559b505189200ba Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: quoted-printable
Hi list,

I'm using=C2=A0Org-mode ve= rsion 8.2.10 (8.2.10-dist @ /Users/fullofcaffeine/.emacs.d/vendor/org-mode/= lisp/) -- which as you can see was installed in a custom location, with ema= cs=C2=A0GNU Emacs 24.3.1 (x86_64-apple-darwin11.4.2, Carbon Version 1.6.0 A= ppKit 1138.51) of 2014-04-03 on Yukikaze.local.

Af= ter updating to org 8.2.10, I started getting some cryptic (for me) errors = with org-babel. My main conf file is an org file which gets processed by ba= bel to .el. It used to work fine, but now I get this (stacktrace follows):<= /div>

`
Debugger entered--Lisp error: (wr= ong-type-argument stringp nil)
=C2=A0 expand-file-name(nil)
=
=C2=A0 load-file(nil)
=C2=A0 org-babel-load-file("/User= s/fullofcaffeine/.emacs.d/fullofcaffe= ine.org")
=C2=A0 mapc(org-babel-load-file ("/Users/= fullofcaffeine/.emacs.d/fullofcaffein= e.org"))
=C2=A0 eval-buffer(#<buffer =C2=A0*load*>= nil "/Users/fullofcaffeine/.emacs.d/init.el" nil t) =C2=A0; Read= ing at buffer position 1458
=C2=A0 load-with-code-conversion(&quo= t;/Users/fullofcaffeine/.emacs.d/init.el" "/Users/fullofcaffeine/= .emacs.d/init.el" t t)
=C2=A0 load("/Users/fullofcaffei= ne/.emacs.d/init" t t)
=C2=A0 #[nil "^H\205\276^@ =C2= =A0 \306=3D\203^Q^@\307^H\310Q\202A^@ \311=3D\2033^@\312\307\313\314#\203#^= @\315\202A^@\312\307\313\316#\203/^@\317\202A^@\315\202A^@ =C2=A0 \320=3D\2= 03=3D^@\321\202A^@\307^H\322Q^Z\323^S\324\n\$
=C2=A0 command-line= ()
=C2=A0 normal-top-level()
`
--f46d043c07449559b505189200ba--