From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nick Dokos Subject: Re: Code block evaluation export bug ? Date: Fri, 21 Oct 2011 00:37:45 -0400 Message-ID: <12469.1319171865@alphaville.dokosmarshall.org> References: <20111019162146.GA24998@client199-154.wlan.hu-berlin.de> <81fwip3q0k.fsf@gmail.com> <20111019201437.GA28039@kenny.fritz.box> <7108.1319059342@alphaville.americas.hpqcorp.net> <8443.1319164937@alphaville.dokosmarshall.org> Reply-To: nicholas.dokos@hp.com Return-path: Received: from eggs.gnu.org ([140.186.70.92]:32982) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RH6re-00039m-7B for emacs-orgmode@gnu.org; Fri, 21 Oct 2011 00:37:51 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1RH6rc-0002my-Ts for emacs-orgmode@gnu.org; Fri, 21 Oct 2011 00:37:50 -0400 Received: from g1t0029.austin.hp.com ([15.216.28.36]:23750) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RH6rc-0002mr-QI for emacs-orgmode@gnu.org; Fri, 21 Oct 2011 00:37:48 -0400 In-Reply-To: Message from Nick Dokos of "Thu, 20 Oct 2011 22:42:17 EDT." <8443.1319164937@alphaville.dokosmarshall.org> 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: "Thomas S. Dye" Cc: nicholas.dokos@hp.com, emacs-orgmode@gnu.org Nick Dokos wrote: > Thomas S. Dye wrote: > > > > Aloha Nick, > > > > I see the same behavior. > > > > Thanks for confirming! > > I'm not entirely sure but it seems to be R-specific: when babel does > variable assignments in org-babel-R-assign-elisp, it creates temp files > /tmp/babel-XXX/R-import-YYY and when the tables are written out to the > files, the first row of each table seems to go missing. > I spoke too soon: I don't know what's going on, but the above is probably wrong - please disregard. I'll take another whack at it over the weekend (maybe). Nick