From mboxrd@z Thu Jan 1 00:00:00 1970 From: Eric Schulte Subject: Re: [babel] using #+call for inline results Date: Wed, 29 Jun 2011 10:59:26 -0700 Message-ID: <87oc1g5xj5.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> <87hb7ej1pu.fsf@gmail.com> <87mxh38amn.fsf@ucl.ac.uk> <877h87jeq0.fsf@gmail.com> <87y60k4mq8.fsf@ucl.ac.uk> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([140.186.70.92]:36000) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Qbz31-0003Ju-84 for emacs-orgmode@gnu.org; Wed, 29 Jun 2011 13:59:36 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Qbz2z-0007QB-Eo for emacs-orgmode@gnu.org; Wed, 29 Jun 2011 13:59:34 -0400 Received: from mail-pz0-f51.google.com ([209.85.210.51]:36395) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Qbz2y-0007Oj-P8 for emacs-orgmode@gnu.org; Wed, 29 Jun 2011 13:59:32 -0400 Received: by mail-pz0-f51.google.com with SMTP id 26so1201433pzk.38 for ; Wed, 29 Jun 2011 10:59:32 -0700 (PDT) In-Reply-To: <87y60k4mq8.fsf@ucl.ac.uk> (Eric S. Fraga's message of "Wed, 29 Jun 2011 17:38:07 +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: emacs-orgmode@gnu.org [...] > > Sorry for the delay in getting back to you: work sometimes interrupts > and, just to add a little excitement in my life, we had a major lighting > storm yesterday which blew out my home network! :( But I can't > complain: a house down the street caught fire due to the same storm. > It's a lot cheaper and slightly less inconvenient to buy a new router > than rebuild a house... > > In any case, everything seems to be working just fine now! > Happy to hear you made it through the storm relatively unscathed. [...] >>> There are cases where I would like the inline evaluation to be at the >>> end of a sentence, for instance, or even something like: >> >>> >>> 25^2=call_square(it=25) >>> >> >> hmm, good example, so what set of characters should be allowed to prefix >> and postfix such a block? For example, = before should export however = >> both before and after would be a literal example. > > I don't know if you've done anything about this but I think it is > probably not worth worrying about these edge cases. It probably opens > up a can of worms and requiring a white space before the inline call is > fine with me. > This actually wasn't hard to implement, and the example you mentioned above should be working now, at least according to the relevant portion of the Org-mode test suite -- see "exporting an lob call line" in org-mode/testing/examples/babel.org. Cheers -- Eric -- Eric Schulte http://cs.unm.edu/~eschulte/