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