From mboxrd@z Thu Jan 1 00:00:00 1970 From: Vikas Rawal Subject: org-babel's treatment of NA in R source block Date: Tue, 2 Oct 2012 07:54:59 +0900 Message-ID: <20121001225459.GA19395@panahar> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from eggs.gnu.org ([208.118.235.92]:57466) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TIotI-0004Iv-M3 for emacs-orgmode@gnu.org; Mon, 01 Oct 2012 18:55:09 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1TIotH-0007MZ-1Z for emacs-orgmode@gnu.org; Mon, 01 Oct 2012 18:55:08 -0400 Received: from mail-pa0-f41.google.com ([209.85.220.41]:35472) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TIotG-0007Jz-RD for emacs-orgmode@gnu.org; Mon, 01 Oct 2012 18:55:06 -0400 Received: by padfa10 with SMTP id fa10so5038717pad.0 for ; Mon, 01 Oct 2012 15:55:05 -0700 (PDT) Content-Disposition: inline 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 If the result of an R source block contains a data frame with NA, the NAs are replaced by "nil" when I evaluate the source block. When I export the file, these appear as nil in the resulting pdf/latex file. I would like the NAs to be replaced by blank cells or by a less obstrusive character like a ".". Is there a simple way I could change this behaviour? Vikas