On Wed, 8 Jun 2016, Eric S Fraga wrote:
Can you please post a complete example so that others can try it? Also,
what version of org etc.?
A bug in `org-element-inline-src-block-parser', I think.
Here is an ECM:
src_emacs-lisp[:var totalcommissions=TOTALCOM]{totalcommissions}
src_emacs-lisp[
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 :environm
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:
: 0.0
but not on this
Inline version src_emacs-lisp[:var
totalcommissions=TOTALCOM[-1,-1]]{totalcommissions}
What
Can you please post a complete example so that others can try it? Also,
what version of org etc.?
--
: Eric S Fraga (0xFFFCF67D), Emacs 25.0.94.1, Org release_8.3.4-869-gf2c421
C-c C-c works on this
#+begin_src emacs-lisp :var totalcommissions=TOTALCOM[-1,-1]
totalcommissions
#+end_src
#+RESULTS:
: 0.0
but not on this
Inline version src-emacs-lisp[:var
totalcommissions=TOTALCOM[-1,-1]]{totalcommissions}
What am I missing?
Charlie Millar