From mboxrd@z Thu Jan 1 00:00:00 1970 From: Eric Schulte Subject: Re: [org-babel] break when used with header in emacs 22.3 Date: Tue, 10 Jan 2012 12:54:13 -0700 Message-ID: <87mx9ve3kq.fsf@gmx.com> References: Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([140.186.70.92]:56634) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RkhmE-0001TM-Ez for emacs-orgmode@gnu.org; Tue, 10 Jan 2012 14:54:35 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1RkhmD-0005Mw-2x for emacs-orgmode@gnu.org; Tue, 10 Jan 2012 14:54:34 -0500 Received: from mailout-us.gmx.com ([74.208.5.67]:41504) by eggs.gnu.org with smtp (Exim 4.71) (envelope-from ) id 1RkhmC-0005Mp-Pu for emacs-orgmode@gnu.org; Tue, 10 Jan 2012 14:54:33 -0500 In-Reply-To: (d. tchin's message of "Tue, 10 Jan 2012 19:28:49 +0000 (UTC)") 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: "d.tchin" Cc: emacs-orgmode@gnu.org d.tchin writes: > Hi, > > I would like to report a problem of evalation when org-babel is used with > emacs 22.3 on windows and recent org-mode 7.8.03. > > I use the following code : > > #+begin_src sh :results silent > ls > #+end_src > > It breaks when a header is used. > > When evaluated with C-c C-c, the following message appears : > matched: Wrong type argument: listp, 58 > > The configuration is the following : > Org-mode version 7.8.03 > GNU Emacs 22.3.1 (i386-mingw-nt5.1.2600) of 2008-09-06 on SOFT-MJASON > Mark set > > With the following version of emacs, it works : > GNU Emacs 23.3.1 (i386-mingw-nt5.1.2600) of 2011-03-10 on 3249CTO > > Regards > This same issue was raised recently on the mailing list and (I believe) a patch has been pushed to the git repository. Would you mind checking if the problem persists in the git head? Thanks, > > -- Eric Schulte http://cs.unm.edu/~eschulte/