From mboxrd@z Thu Jan 1 00:00:00 1970 From: Alejandro Reyes Subject: R sessionInfo() and orgmode footnotes Date: Thu, 22 Mar 2012 10:40:22 +0100 Message-ID: <4F6AF386.7070304@embl.de> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Return-path: Received: from eggs.gnu.org ([208.118.235.92]:47850) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SAeVF-00033Q-99 for emacs-orgmode@gnu.org; Thu, 22 Mar 2012 05:40:18 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1SAeV9-0008WS-7Q for emacs-orgmode@gnu.org; Thu, 22 Mar 2012 05:40:16 -0400 Received: from ironport2.embl.de ([194.94.44.228]:64955) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SAeV9-0008VW-1D for emacs-orgmode@gnu.org; Thu, 22 Mar 2012 05:40:11 -0400 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 Dear all, I am having troubles to export my documents to a pdf when I have the R sessionInfo() as a result. Nevertheless I can export them as a html. I think org-mode export to latex is getting confused with the output of the sessionInfo() function and the footnotes definition. The next is a example: EXAMPLE This is a strange case [fn:1] #+BEGIN_SRC R :exports both :results output x <- rnorm(100) sessionInfo() #+END_SRC [fn:1] It does not let me export to latex I am using the latest version of org-mode and emacs. Cheers, Alejandro