From mboxrd@z Thu Jan 1 00:00:00 1970 From: Charles Millar Subject: Re: inline code block problem; first attempt (correction) Date: Wed, 08 Jun 2016 14:37:26 -0400 Message-ID: <27d4c217-cca2-9fe2-6617-1e458fcdf864@verizon.net> References: <3a3cfe90-304b-3775-81ba-06124f51ebd2@verizon.net> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:54694) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bAjIs-0008Fv-5q for emacs-orgmode@gnu.org; Wed, 08 Jun 2016 15:38:18 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1bAjIp-0000rk-GH for emacs-orgmode@gnu.org; Wed, 08 Jun 2016 15:38:14 -0400 Received: from vms173013pub.verizon.net ([206.46.173.13]:65059) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bAjIp-0000qX-Av for emacs-orgmode@gnu.org; Wed, 08 Jun 2016 15:38:11 -0400 Received: from vz-proxy-l004.mx.aol.com ([64.236.82.151]) by vms173013.mailsrvcs.net (Oracle Communications Messaging Server 7.0.5.32.0 64bit (built Jul 16 2014)) with ESMTPA id <0O8G00G79UEFXY00@vms173013.mailsrvcs.net> for emacs-orgmode@gnu.org; Wed, 08 Jun 2016 13:37:27 -0500 (CDT) In-reply-to: <3a3cfe90-304b-3775-81ba-06124f51ebd2@verizon.net> 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" To: emacs-orgmode@gnu.org On 06/08/2016 02:28 PM, Charles Millar wrote: > C-c C-c works on this > > #+begin_src emacs-lisp :var totalcommissions=TOTALCOM[-1,-1] > totalcommissions > #+end_src > > #+RESULTS: > : 99990.0 > > but not on this > Inline version src_emacs-lisp[:var totalcommissions=TOTALCOM[-1,-1]]{totalcommissions} > What am I missing? > > Charlie Millar > > >