From mboxrd@z Thu Jan 1 00:00:00 1970 From: Charles Millar Subject: Re: inline code block problem; first attempt Date: Wed, 08 Jun 2016 15:47:34 -0400 Message-ID: References: <87y46fy1d1.fsf@ucl.ac.uk> Mime-Version: 1.0 Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:57954) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bAjSS-0003b0-QG for emacs-orgmode@gnu.org; Wed, 08 Jun 2016 15:48:09 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1bAjSQ-0003db-5D for emacs-orgmode@gnu.org; Wed, 08 Jun 2016 15:48:08 -0400 Received: from vms173021pub.verizon.net ([206.46.173.21]:46852) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bAjSP-0003Z9-Vf for emacs-orgmode@gnu.org; Wed, 08 Jun 2016 15:48:06 -0400 Received: from vz-proxy-l006.mx.aol.com ([64.236.82.153]) by vms173021.mailsrvcs.net (Oracle Communications Messaging Server 7.0.5.32.0 64bit (built Jul 16 2014)) with ESMTPA id <0O8G00DKHXNB7KA0@vms173021.mailsrvcs.net> for emacs-orgmode@gnu.org; Wed, 08 Jun 2016 14:47:36 -0500 (CDT) In-reply-to: <87y46fy1d1.fsf@ucl.ac.uk> 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" I am getting careless. On 06/08/2016 02:36 PM, Eric S Fraga wrote: > Can you please post a complete example so that others can try it? Also, > what version of org etc.? > sample.org file * TOTALCOM :ignoreheading: #+NAME: TOTALCOM #+ATTR_LATEX: :mode table :environment longtable :align p{415pt}N{8}{2} | {{{cmhfill}}} Total commissions due | 99990.00 | #+begin_src emacs-lisp :var totalcommissions=TOTALCOM[-1,-1] totalcommissions #+end_src #+RESULTS: : 99990.0 Inline version src_emacs-lisp[:var totalcommissions=TOTALCOM[-1,-1]]{totalcommissions} GNU Emacs 24.4.1 (x86_64-pc-linux-gnu, GTK+ Version 3.14.5) of 2015-03-07 on trouble, modified by Debian Org-mode version 8.3.4 (release_8.3.4-894-gf94df5 @ /usr/local/share/emacs/site-lisp/org-mode/lisp/) Charlie