From mboxrd@z Thu Jan 1 00:00:00 1970 From: Vikas Rawal Subject: Code vanishes on export Date: Wed, 24 Aug 2011 15:43:26 +0530 Message-ID: <20110824101326.GA13980@panahar> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from eggs.gnu.org ([140.186.70.92]:51333) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QwAUf-0000Uw-1N for emacs-orgmode@gnu.org; Wed, 24 Aug 2011 06:15:33 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1QwAUe-0007aM-C1 for emacs-orgmode@gnu.org; Wed, 24 Aug 2011 06:15:33 -0400 Received: from mail-pz0-f44.google.com ([209.85.210.44]:47069) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QwAUe-0007a9-7O for emacs-orgmode@gnu.org; Wed, 24 Aug 2011 06:15:32 -0400 Received: by pzk36 with SMTP id 36so723639pzk.17 for ; Wed, 24 Aug 2011 03:15:31 -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@gnu.org I have been having some strange behaviour with my orgmode files containing R code. When I export the file (to html), the code vanishes and is replaced by value that is calculated by the code. I obviously do not want the code to be removed from my org file. I did not have this problem earlier and it seems to have appeared after a recent upgrade. Could someone please help trace the problem. Vikas