emacs-orgmode
[Top][All Lists]
Advanced

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

Re: [Orgmode] Error when running org-babel-execute-buffer -- Wrong type


From: David Maus
Subject: Re: [Orgmode] Error when running org-babel-execute-buffer -- Wrong type argument: consp, nil
Date: Sun, 14 Nov 2010 20:13:34 +0100
User-agent: Wanderlust/2.15.9 (Almost Unreal) SEMI/1.14.6 (Maruoka) FLIM/1.14.9 (Gojō) APEL/10.8 Emacs/23.2 (i486-pc-linux-gnu) MULE/6.0 (HANACHIRUSATO)

At Mon, 08 Nov 2010 09:45:25 -0500,
Nick Dokos wrote:
> Something to do with the compilation of the org-babel-map-src-blocks
> macro, no doubt.  I don't see it with uncompiled files.

Not a solution, but some debugging showed that
`org-babel-get-src-block-info' fails to get the info of the source
block when run byte-compiled.

If I change the last sexp of the function

(when info (append info (list name indent)))

to

(if info (append info (list name indent))
 (error "EMPTY INFO"))

And run byte-compiled Org, the EMPTY INFO error is thrown before the
invalid argument.

Best,
  -- David
--
OpenPGP... 0x99ADB83B5A4478E6
Jabber.... address@hidden
Email..... address@hidden

Attachment: pgpcShh98MljG.pgp
Description: PGP signature


reply via email to

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