From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nick Dokos Subject: Re: Code block evaluation export bug ? Date: Thu, 20 Oct 2011 22:42:17 -0400 Message-ID: <8443.1319164937@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> Reply-To: nicholas.dokos@hp.com Return-path: Received: from eggs.gnu.org ([140.186.70.92]:55569) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RH53u-0004J0-IP for emacs-orgmode@gnu.org; Thu, 20 Oct 2011 22:42:23 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1RH53t-0000z6-5t for emacs-orgmode@gnu.org; Thu, 20 Oct 2011 22:42:22 -0400 Received: from g1t0026.austin.hp.com ([15.216.28.33]:4897) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RH53t-0000yo-2V for emacs-orgmode@gnu.org; Thu, 20 Oct 2011 22:42:21 -0400 In-Reply-To: Message from tsd@tsdye.com (Thomas S. Dye) of "Thu, 20 Oct 2011 15:57:20 -1000." 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 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. Nick