From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nick Dokos Subject: Re: exporting babel stuff to pdf or latex Date: Wed, 31 Aug 2011 10:10:28 -0400 Message-ID: <14465.1314799828@alphaville.dokosmarshall.org> References: <87aaapn11y.fsf@gmail.com> Reply-To: nicholas.dokos@hp.com Return-path: Received: from eggs.gnu.org ([140.186.70.92]:60830) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QylUu-0006c6-0t for emacs-orgmode@gnu.org; Wed, 31 Aug 2011 10:10:32 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1QylUs-0001G5-Vh for emacs-orgmode@gnu.org; Wed, 31 Aug 2011 10:10:31 -0400 Received: from g5t0006.atlanta.hp.com ([15.192.0.43]:33051) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QylUs-0001Fz-Rw for emacs-orgmode@gnu.org; Wed, 31 Aug 2011 10:10:30 -0400 In-Reply-To: Message from eythanweg@gmail.com (Eythan Weg) of "Wed, 31 Aug 2011 09:49:29 EDT." <87aaapn11y.fsf@gmail.com> 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: Eythan Weg Cc: nicholas.dokos@hp.com, emacs-orgmode@gnu.org Eythan Weg wrote: > > Hi, > > I need help with exporting this: > > #+begin_src R :exports both :results output > Lst <- list(length=c(1,7,9), time=c(0.5,10,11)) > print(Lst$time) > #+end_src > > It fails with these messages > > Export buffer: > Exporting to PDF... > Exporting to LaTeX... > org-babel-exp processing... > org-babel-get-src-block-info: Args out of range: "", -1, 0 > > Any obvious reason why? > > Works for me: maybe you need to upgrade? Org-mode version 7.7 (release_7.7.223.gcae9.dirty) Nick