From mboxrd@z Thu Jan 1 00:00:00 1970 From: Julian Gehring Subject: bug: export of results in babel/R prevents export Date: Fri, 05 Aug 2011 20:13:08 +0200 Message-ID: Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Return-path: Received: from eggs.gnu.org ([140.186.70.92]:34857) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QpOtg-0002OY-2p for emacs-orgmode@gnu.org; Fri, 05 Aug 2011 14:13:25 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1QpOtf-0004O3-Cv for emacs-orgmode@gnu.org; Fri, 05 Aug 2011 14:13:24 -0400 Received: from lo.gmane.org ([80.91.229.12]:37681) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QpOtf-0004Nv-4M for emacs-orgmode@gnu.org; Fri, 05 Aug 2011 14:13:23 -0400 Received: from list by lo.gmane.org with local (Exim 4.69) (envelope-from ) id 1QpOte-0003Cw-5X for emacs-orgmode@gnu.org; Fri, 05 Aug 2011 20:13:22 +0200 Received: from embln.embl.de ([194.94.44.220]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Fri, 05 Aug 2011 20:13:22 +0200 Received: from julian.gehring by embln.embl.de with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Fri, 05 Aug 2011 20:13:22 +0200 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, when trying to export a file (example see below) with R code and the parameter ":exports" set to "both" or "results" Test babel #+BABEL: :exports both :session #+begin_src R 1:10 #+end_src to html or pdf, export fails with "Symbol's function definition is void: copy-seq". This worked fine with release 7.5, and appeared first with the commit "6ddad0a: ob: not including export-variable headers in cache sha1" (and is still present with the latest version). Can anyone confirm this behavior? Best Julian