From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bastien Subject: Re: Exporting org-babel to HTML fails (uses copy-seq instead of copy-sequence in ob.el) Date: Fri, 22 Jul 2011 15:29:57 +0200 Message-ID: <8739hy30kq.fsf@gnu.org> References: <20110722132959.573@usenet.piggo.com> Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit Return-path: Received: from eggs.gnu.org ([140.186.70.92]:37495) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QkFnQ-0004sd-2B for emacs-orgmode@gnu.org; Fri, 22 Jul 2011 09:29:41 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1QkFnO-0002N4-Hh for emacs-orgmode@gnu.org; Fri, 22 Jul 2011 09:29:39 -0400 Received: from mail-ww0-f49.google.com ([74.125.82.49]:61806) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QkFnN-0002Mi-MV for emacs-orgmode@gnu.org; Fri, 22 Jul 2011 09:29:38 -0400 Received: by wwf22 with SMTP id 22so1768189wwf.30 for ; Fri, 22 Jul 2011 06:29:36 -0700 (PDT) In-Reply-To: <20110722132959.573@usenet.piggo.com> (=?iso-8859-1?Q?=22S=E9?= =?iso-8859-1?Q?bastien?= Delafond"'s message of "Fri, 22 Jul 2011 11:33:34 +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: =?iso-8859-1?Q?S=E9bastien?= Delafond Cc: emacs-orgmode@gnu.org Hi Sébastien, Sébastien Delafond writes: >>From Debian bug #634695[0]: > > the babel part of org-mode uses copy-seq on line 758, where in fact, I > think, it should be using copy-sequence. Or is there a valid reason for > this? At least, it makes exporting org-mode documents to HTML impossible > if they use babel features. That bug seems to be also present upstream > (I checked commit ce2a33104b0e724b5227445cf5d5ceb240783870). > > The following patch, contributed by the bug submitter, seems to fix > it. Eric already fixed this (although differently) in this commit: http://orgmode.org/w/?p=org-mode.git;a=commit;h=4b6bfab81741552697c4666488bcad00e33bc881 Thanks, -- Bastien