From mboxrd@z Thu Jan 1 00:00:00 1970 From: eythanweg@gmail.com (Eythan Weg) Subject: exporting babel stuff to pdf or latex Date: Wed, 31 Aug 2011 09:49:29 -0400 Message-ID: <87aaapn11y.fsf@gmail.com> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([140.186.70.92]:37142) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QylAo-0000Tg-6m for emacs-orgmode@gnu.org; Wed, 31 Aug 2011 09:49:47 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1QylAn-0005B3-8F for emacs-orgmode@gnu.org; Wed, 31 Aug 2011 09:49:46 -0400 Received: from lo.gmane.org ([80.91.229.12]:51629) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QylAn-0005Az-17 for emacs-orgmode@gnu.org; Wed, 31 Aug 2011 09:49:45 -0400 Received: from list by lo.gmane.org with local (Exim 4.69) (envelope-from ) id 1QylAj-0002Jw-Q9 for emacs-orgmode@gnu.org; Wed, 31 Aug 2011 15:49:41 +0200 Received: from c-98-253-78-182.hsd1.in.comcast.net ([98.253.78.182]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Wed, 31 Aug 2011 15:49:41 +0200 Received: from eythanweg by c-98-253-78-182.hsd1.in.comcast.net with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Wed, 31 Aug 2011 15:49:41 +0200 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 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? Thank you. Eythan