From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jay Kerns Subject: Re: inline Babel calls in math environments and table cells Date: Tue, 12 Mar 2013 11:35:45 -0400 Message-ID: References: <8738w1fx1o.fsf@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Return-path: Received: from eggs.gnu.org ([208.118.235.92]:50456) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UFRFL-0005De-ML for emacs-orgmode@gnu.org; Tue, 12 Mar 2013 11:36:20 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UFRFF-0005me-Mm for emacs-orgmode@gnu.org; Tue, 12 Mar 2013 11:36:11 -0400 Received: from mail-qa0-f47.google.com ([209.85.216.47]:40899) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UFRFF-0005mY-Io for emacs-orgmode@gnu.org; Tue, 12 Mar 2013 11:36:05 -0400 Received: by mail-qa0-f47.google.com with SMTP id j8so1660615qah.20 for ; Tue, 12 Mar 2013 08:36:05 -0700 (PDT) In-Reply-To: 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: Org Mode List Hello, I went back and spent some time to rethink how I was approaching my problem. Instead of inline src blocks like this: \( SRC_R{blah} \) or this | SRC_R{blah} | or even this \begin{equation} SRC_R{blah} \end{equation} I could get by doing noweb substitution like this: #+NAME: foo #+BEGIN_SRC R blah #+END_SRC then elsewhere #+BEGIN_SRC latex :noweb yes Here is a bunch <> of LaTeX markup #+END_SRC This method works. I think it would be cool if it were possible to evaluate inline src blocks all over the place but on the other hand there are other tools which might be better suited for that kind of work. At least for the time being. :-) -- Jay