[O] Calling a source block with raw results

2015-01-04 Thread Xavier Garrido
Dear Orgers, The following shell function lists the files within a directory and for each file, write a org piece of code to include it. #+NAME: org-figure-to-slide #+HEADERS: :var title=Empty title #+HEADERS: :var dir=./figures :var ext=*.pdf #+HEADERS: :var options= #+BEGIN_SRC sh if [ !

Re: [O] Calling a source block with raw results

2015-01-04 Thread Thomas S. Dye
Aloha Xavier, Xavier Garrido xavier.garr...@gmail.com writes: Since I am explicitly writing all the org code, I would like to call the function and gets a *raw* results by doing #+CALL: org-figure-to-slide[:exports none :results raw]() I think the problem is that you are specifying

Re: [O] Calling a source block with raw results

2015-01-04 Thread Xavier Garrido
Hi Tom, Le 04/01/2015 21:29, Thomas S. Dye a écrit : Aloha Xavier, Xavier Garrido xavier.garr...@gmail.com writes: Since I am explicitly writing all the org code, I would like to call the function and gets a *raw* results by doing #+CALL: org-figure-to-slide[:exports none :results raw]()