From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nicolas Goaziou Subject: Re: [babel] bug[?] when calling src_R from table? Date: Sat, 10 Nov 2012 17:38:12 +0100 Message-ID: <87mwypbeh7.fsf@gmail.com> References: <87k3ttquu7.fsf@pank.iue.private> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([208.118.235.92]:45684) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TXE8c-0004wQ-6S for emacs-orgmode@gnu.org; Sat, 10 Nov 2012 11:42:33 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1TXE8Z-0007Iv-4Q for emacs-orgmode@gnu.org; Sat, 10 Nov 2012 11:42:30 -0500 Received: from mail-we0-f169.google.com ([74.125.82.169]:58259) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TXE8Y-0007Il-T2 for emacs-orgmode@gnu.org; Sat, 10 Nov 2012 11:42:27 -0500 Received: by mail-we0-f169.google.com with SMTP id u3so2620228wey.0 for ; Sat, 10 Nov 2012 08:42:26 -0800 (PST) In-Reply-To: <87k3ttquu7.fsf@pank.iue.private> (rasmus@gmx.us's message of "Sat, 10 Nov 2012 17:35:44 +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: Rasmus Cc: emacs-orgmode@gnu.org Hello, Rasmus writes: > I wanted to combine a table of text and a generated result (in org to > LaTaX using the new exporter). It would seem src_R snips would be > perfect for this. However, it does not seem to work. I.e. src_R is > translated correctly in the text, but not in the table. That's because inline src blocks are not allowed in table cells. Appropriate place for formulas in the spreadsheet is the TBLFM line. Regards, -- Nicolas Goaziou