Re: [O] Evaluating inline source blocks on export issue

2014-07-25 Thread Grant Rettke
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

Re: [O] Evaluating inline source blocks on export issue

2014-07-24 Thread Andreas Leha
Nick Dokos ndo...@gmail.com writes: Grant Rettke g...@wisdomandwonder.com 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.

Re: [O] Evaluating inline source blocks on export issue

2014-07-24 Thread Ista Zahn
On Thu, Jul 24, 2014 at 6:14 AM, Andreas Leha andreas.l...@med.uni-goettingen.de wrote: Nick Dokos ndo...@gmail.com writes: Grant Rettke g...@wisdomandwonder.com writes: Thanks for looking Thomas and Nick. When I set this and export , | (setq org-export-babel-evaluate t) ` I

Re: [O] Evaluating inline source blocks on export issue

2014-07-23 Thread Nick Dokos
Grant Rettke g...@wisdomandwonder.com 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

Re: [O] Evaluating inline source blocks on export issue

2014-07-23 Thread Grant Rettke
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)

Re: [O] Evaluating inline source blocks on export issue

2014-07-23 Thread Nick Dokos
Grant Rettke g...@wisdomandwonder.com 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

[O] Evaluating inline source blocks on export issue

2014-07-22 Thread Grant Rettke
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.

Re: [O] Evaluating inline source blocks on export issue

2014-07-22 Thread Thomas S. Dye
Aloha Grant, Grant Rettke g...@wisdomandwonder.com 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