emacs-orgmode
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[O] org-babel-load-file fails with (wrong-type-argument stringp nil)


From: Marcelo de Moraes Serpa
Subject: [O] org-babel-load-file fails with (wrong-type-argument stringp nil)
Date: Mon, 15 Jun 2015 12:43:57 -0500

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(#<buffer  *load*> 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^@   address@hidden@ address@hidden@address@hidden/address@hidden@\315\202A^@   address@hidden@\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.

reply via email to

[Prev in Thread] Current Thread [Next in Thread]