emacs-orgmode
[Top][All Lists]
Advanced

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

Re: [O] Errors with current version (git pull'ed at 10:30 CET)


From: Darlan Cavalcante Moreira
Subject: Re: [O] Errors with current version (git pull'ed at 10:30 CET)
Date: Tue, 28 Jun 2011 11:19:57 -0300
User-agent: Wanderlust/2.15.9 (Almost Unreal) Emacs/24.0 Mule/6.0 (HANACHIRUSATO)

I'm also having problems with recent changes (since yesterday, but it has
been a few days since my last update before that) that may be due to the
same cause.

It seems to be related to the library of babel.
I can reproduced with the following steps
--8<---------------cut here---------------start------------->8---
 1. Start Emacs with:
    : "Emacs -Q"
 2. Add the folder where I pulled org-mode (evaluate the code below in my
    case):
    : (let ((default-directory "~/Org-mode-dev/org-mode"))
    :   (normal-top-level-add-to-load-path '("."))
    :   (normal-top-level-add-subdirs-to-load-path)
    : )
 3. Put the code below in an org file, for instance
    "~/Muse/org/my_library_of_babel.org"
    : #+source: identity(var)
    : #+begin_src python
    :   return var
    : #+end_src
 4. Ingest this file in the library of babel with
    : (org-babel-lob-ingest "~/Muse/org/my_library_of_babel.org")
--8<---------------cut here---------------end--------------->8---

I get an error with the back-trace below 
--8<---------------cut here---------------start------------->8---
Debugger entered--Lisp error: (wrong-type-argument consp nil)
  #[(pair) "address@hidden  mapc(#[(pair) "address@hidden  #[(plist) 
"\301\302\"\207" [plist mapc #[(pair) "address@hidden  mapc(#[(plist) 
"\301\302\"\207" [plist mapc #[(pair) "address@hidden  
org-babel-merge-params(((:var . "var")) ((:comments . "") (:shebang . "") 
(:cache . "no") (:padline . "") (:noweb . "no") (:tangle . "no") (:exports . 
"code") (:results . "replace") (:padnewline . "yes") (:hlines . "no") (:session 
. "none")))
  org-babel-get-src-block-info(light)
  org-babel-lob-ingest("~/Muse/org/my_library_of_babel.org")
  eval((org-babel-lob-ingest "~/Muse/org/my_library_of_babel.org") nil)
  eval-last-sexp-1(nil)
  eval-last-sexp(nil)
  call-interactively(eval-last-sexp nil nil)
--8<---------------cut here---------------end--------------->8---

--
Darlan Cavalcante

At Tue, 28 Jun 2011 15:02:01 +0200,
Bastien <address@hidden> wrote:
> 
> Hi Sebastien,
> 
> "Sebastien Vauban" <address@hidden> writes:
> 
> > Just want to report 2 errors I got with the latest version of Org-mode. I'm
> > sure (with 5 nine, ie 99.999%) that I did not change anything in my setup
> > which could explain this.
> >
> > Both errors were generated after a fresh Emacs startup.
> >
> > * First
> >
> > I try to open the file Work.org in which I had an open clock, on task "TODO
> > Organize work" (misc for project organization, etc.).
> 
> Can you send a minimal .org file to help reproduce the problem?  
> 
> > * Second
> >
> > I try to write a mail -- this launches Org thanks to autoloads, here for
> > correctly highlighting code blocks in Gnus.
> 
> This looks like a problem with Babel -- can you help narrow down the
> problem a bit more?
> 
> Thanks!
> 
> -- 
>  Bastien
> 



reply via email to

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