Luis Anaya <[email protected]> writes:
> I'm testing inline source and nothing is being printed. Nothing is
> happening. No errors, no messages, no nothing. Definition to the corret
> inline-src-block function is in the definition list. But it does not
> seems that is executing at all.
>
> So, what am I doing wrong? :)
>
In all of your code blocks, the code you've written doesn't cause any
output or return values, so there is nothing for the inline code blocks
to return.
Try this instead
#+Options: ^:nil
* Test
One plus one equals src_R{1+1}.
Two plus two equals src_lisp{(+ 2 2)}.
A definition returns "src_lisp[]{(defun x (y) (* y y))} ".
Three plus three equals src_python{return 3 + 3}.
Best,
>
> -- org mode source --
> * Test
>
> src_awk{BEGIN{}}
>
> Verbage verbage src_python[]{def mondinga: a+1} verbage verbage
> src_lisp[]{(defun x (y) (* y y))} verbiage verbiage verbiage.
> ---
>
> -- groff output --
> .AR "Org User"
> .TL
> testinline
> .AU "Luis Anaya"
> .ND "2012-07-10"
> .MT 0
> .H 1 "Test"
>
>
> .P
> Verbage verbage verbage verbage
> verbiage verbiage verbiage.
>
> --
>
> I ran it without the []'s and the results are the same. Nothing is
> showing up.
>
> ??
--
Eric Schulte
http://cs.unm.edu/~eschulte