From mboxrd@z Thu Jan 1 00:00:00 1970 From: d.tchin Subject: [org-babel] break when used with header in emacs 22.3 Date: Tue, 10 Jan 2012 19:28:49 +0000 (UTC) Message-ID: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Return-path: Received: from eggs.gnu.org ([140.186.70.92]:37019) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RkhNf-0000v4-KR for emacs-orgmode@gnu.org; Tue, 10 Jan 2012 14:29:17 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1RkhNb-0000ey-KS for emacs-orgmode@gnu.org; Tue, 10 Jan 2012 14:29:11 -0500 Received: from lo.gmane.org ([80.91.229.12]:51979) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RkhNb-0000ep-FM for emacs-orgmode@gnu.org; Tue, 10 Jan 2012 14:29:07 -0500 Received: from list by lo.gmane.org with local (Exim 4.69) (envelope-from ) id 1RkhNY-00020e-OA for emacs-orgmode@gnu.org; Tue, 10 Jan 2012 20:29:04 +0100 Received: from APuteaux-651-1-247-74.w82-120.abo.wanadoo.fr ([82.120.130.74]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Tue, 10 Jan 2012 20:29:04 +0100 Received: from d.tchin by APuteaux-651-1-247-74.w82-120.abo.wanadoo.fr with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Tue, 10 Jan 2012 20:29:04 +0100 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: emacs-orgmode@gnu.org 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