Understood. Somehow got the call syntax suck in my head and didn't see
that the underscore named syntax only works for LoB stuff and works
perfectly when you just make a plain old language call.
Thanks!
This feature is really, really important.
Grant Rettke | ACM, ASA, FSF, IEEE, SIAM
g...@wisdo
On Thu, Jul 24, 2014 at 6:14 AM, Andreas Leha
wrote:
> Nick Dokos writes:
>
>> Grant Rettke writes:
>>
>>> Thanks for looking Thomas and Nick.
>>>
>>> When I set this and export
>>>
>>> ,
>>> | (setq org-export-babel-evaluate t)
>>> `
>>>
>>> I get the expected result of
>>>
>>> ,
>>
Nick Dokos writes:
> Grant Rettke writes:
>
>> Thanks for looking Thomas and Nick.
>>
>> When I set this and export
>>
>> ,
>> | (setq org-export-babel-evaluate t)
>> `
>>
>> I get the expected result of
>>
>> ,
>> | Here is a `16', stuck in the middle of some prose.
>> `
>>
>> B
Grant Rettke writes:
> Thanks for looking Thomas and Nick.
>
> When I set this and export
>
> ,
> | (setq org-export-babel-evaluate t)
> `
>
> I get the expected result of
>
> ,
> | Here is a `16', stuck in the middle of some prose.
> `
>
> But when I do this and export
>
> ,
Thanks for looking Thomas and Nick.
When I set this and export
,
| (setq org-export-babel-evaluate t)
`
I get the expected result of
,
| Here is a `16', stuck in the middle of some prose.
`
But when I do this and export
,
| (setq org-export-babel-evaluate 'inline-only)
`--
Grant Rettke writes:
> Good evening,
>
> From [org-scraps] I pasted this example into a buffer:
>
> ,—-
> ━
>
> #+name: square
> #+begin_src emacs-lisp :var it=0
>
> (* it it)
> #+end_src
>
> Here is a call_square(it=4), stuck i
Aloha Grant,
Grant Rettke writes:
> Good evening,
>
> From [org-scraps] I pasted this example into a buffer:
>
> ,—-
> ━
> #+name: square
> #+begin_src emacs-lisp :var it=0
> (* it it)
> #+end_src
>
> Here is a call_square(it=4
Good evening,
From [org-scraps] I pasted this example into a buffer:
,—-
━
#+name: square
#+begin_src emacs-lisp :var it=0
(* it it)
#+end_src
Here is a call_square(it=4), stuck in the middle of some prose.