From mboxrd@z Thu Jan 1 00:00:00 1970 From: Vitalie Spinu Subject: Re: [Bug][BABEL][R] Headers of the tables are not recognized during the export. Date: Tue, 05 Apr 2011 18:04:44 +0200 Message-ID: References: <87bp0l7wb1.fsf@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from [140.186.70.92] (port=58875 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Q78kN-0005Bq-MI for emacs-orgmode@gnu.org; Tue, 05 Apr 2011 12:04:52 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Q78kM-0006Kh-NT for emacs-orgmode@gnu.org; Tue, 05 Apr 2011 12:04:51 -0400 Received: from mail-ww0-f49.google.com ([74.125.82.49]:36680) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Q78kM-0006KN-JE for emacs-orgmode@gnu.org; Tue, 05 Apr 2011 12:04:50 -0400 Received: by wwb39 with SMTP id 39so526835wwb.30 for ; Tue, 05 Apr 2011 09:04:49 -0700 (PDT) In-Reply-To: <87bp0l7wb1.fsf@gmail.com> (Eric Schulte's message of "Mon, 04 Apr 2011 11:36:50 -0600") List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: Eric Schulte Cc: emacs-orgmode@gnu.org "Eric Schulte" writes: >> > > Thanks for catching this, I've just pushed up a fix for this issue. The > column headers were being lost during the export processing. > >> >> >> Also if I use :cache yes header. The html export recomputes the block. >> Wouldn't it be reasonable to have the exporter take into account the :cache >> header? >> > > The exporter *does* take into account the :cache header, however, due to > the error above, the values of the inputs to the block of R code were > different on export than on interactive evaluation, so the cache was > invalidated as if the contents of the table had changed. Thanks Eric for your work. This all org-babel thing is just amassing. Vitalie. > > Cheers -- Eric > >> >> Thanks, >> Vitalie.