From mboxrd@z Thu Jan 1 00:00:00 1970 From: Darlan Cavalcante Moreira Subject: Re: Errors with current version (git pull'ed at 10:30 CET) Date: Tue, 28 Jun 2011 11:19:57 -0300 Message-ID: <4e09e312.634dec0a.64c2.0cae@mx.google.com> References: <80hb7apcm0.fsf@somewhere.org> <87ei2egldi.fsf@gnu.org> Mime-Version: 1.0 (generated by SEMI 1.14.6 - "Maruoka") Content-Type: text/plain; charset=US-ASCII Return-path: Received: from eggs.gnu.org ([140.186.70.92]:32867) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QbZ96-0006fB-ST for emacs-orgmode@gnu.org; Tue, 28 Jun 2011 10:20:10 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1QbZ94-0003HO-Dd for emacs-orgmode@gnu.org; Tue, 28 Jun 2011 10:20:08 -0400 Received: from mail-gx0-f169.google.com ([209.85.161.169]:59502) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QbZ94-0003Gc-1j for emacs-orgmode@gnu.org; Tue, 28 Jun 2011 10:20:06 -0400 Received: by gxk23 with SMTP id 23so116673gxk.0 for ; Tue, 28 Jun 2011 07:20:05 -0700 (PDT) In-Reply-To: <87ei2egldi.fsf@gnu.org> 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: Bastien Cc: Sebastien Vauban , emacs-orgmode@gnu.org 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) "@\306=\203] mapc(#[(pair) "@\306=\203] #[(plist) "\301\302\"\207" [plist mapc #[(pair) "@\306=\203] mapc(#[(plist) "\301\302\"\207" [plist mapc #[(pair) "@\306=\203] 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 wrote: > > Hi Sebastien, > > "Sebastien Vauban" 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 >