all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* inline code block problem; first attempt
@ 2016-06-08 18:28 Charles Millar
  2016-06-08 18:37 ` inline code block problem; first attempt (correction) Charles Millar
  0 siblings, 1 reply; 2+ messages in thread
From: Charles Millar @ 2016-06-08 18:28 UTC (permalink / raw)
  To: emacs-orgmode

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

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: inline code block problem; first attempt (correction)
  2016-06-08 18:28 inline code block problem; first attempt Charles Millar
@ 2016-06-08 18:37 ` Charles Millar
  0 siblings, 0 replies; 2+ messages in thread
From: Charles Millar @ 2016-06-08 18:37 UTC (permalink / raw)
  To: emacs-orgmode


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
>
<snip version first posted>

Inline version src_emacs-lisp[:var 
totalcommissions=TOTALCOM[-1,-1]]{totalcommissions}

> What am I missing?
>
> Charlie Millar
>
>
>

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2016-06-08 19:38 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-06-08 18:28 inline code block problem; first attempt Charles Millar
2016-06-08 18:37 ` inline code block problem; first attempt (correction) Charles Millar

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.