From mboxrd@z Thu Jan 1 00:00:00 1970 From: Eric Schulte Subject: Re: [babel] using #+call for inline results Date: Fri, 24 Jun 2011 15:36:19 -0700 Message-ID: <87hb7ej1pu.fsf@gmail.com> References: <87mxhaunsi.fsf@ucl.ac.uk> <87mxh9omwb.fsf@gmail.com> <87mxh9pvz8.fsf@ucl.ac.uk> <87sjr1i040.fsf@gmail.com> <4E030676.3070504@christianmoe.com> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([140.186.70.92]:48881) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QaEzt-0006bE-BP for emacs-orgmode@gnu.org; Fri, 24 Jun 2011 18:37:10 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1QaEzr-0000De-Lt for emacs-orgmode@gnu.org; Fri, 24 Jun 2011 18:37:09 -0400 Received: from mail-pz0-f41.google.com ([209.85.210.41]:44724) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QaEzr-0000DY-Dl for emacs-orgmode@gnu.org; Fri, 24 Jun 2011 18:37:07 -0400 Received: by pzk4 with SMTP id 4so2503341pzk.0 for ; Fri, 24 Jun 2011 15:37:06 -0700 (PDT) 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: mail@christianmoe.com Cc: emacs-orgmode@gnu.org Christian Moe writes: > +1 for inline calls. No hurry, though. > I've just pushed up an implementation for inline call blocks, the new syntax is described in the documentation but a simple example is below. #+source: square #+begin_src emacs-lisp :var it=0 (* it it) #+end_src Here is a call_square(it=4) stuck in the middle of some prose. Please let me know how it works and if you have any problems or recommendations. Cheers -- Eric -- Eric Schulte http://cs.unm.edu/~eschulte/