From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nicolas Goaziou Subject: Re: R sessionInfo() and orgmode footnotes Date: Sat, 24 Mar 2012 20:37:40 +0100 Message-ID: <87aa35lri3.fsf@gmail.com> References: <4F6AF386.7070304@embl.de> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([208.118.235.92]:39628) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SBWow-0003Uc-7K for emacs-orgmode@gnu.org; Sat, 24 Mar 2012 15:40:15 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1SBWou-0004H1-1C for emacs-orgmode@gnu.org; Sat, 24 Mar 2012 15:40:13 -0400 Received: from mail-wi0-f177.google.com ([209.85.212.177]:64969) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SBWot-0004Gg-Ka for emacs-orgmode@gnu.org; Sat, 24 Mar 2012 15:40:11 -0400 Received: by wibhj13 with SMTP id hj13so2420436wib.12 for ; Sat, 24 Mar 2012 12:40:09 -0700 (PDT) In-Reply-To: <4F6AF386.7070304@embl.de> (Alejandro Reyes's message of "Thu, 22 Mar 2012 10:40:22 +0100") 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: Alejandro Reyes Cc: emacs-orgmode@gnu.org Hello, Alejandro Reyes writes: > 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 It should now be fixed. Thank you for reporting this. Regards, -- Nicolas Goaziou