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 :results raw as an
'inside header argument' rather than an 'end header argument'.  Inside
header arguments affect ow the code block is evaluated.  End header
arguments affect how the results are incorporated into the Org mode
buffer.  See section 14.5 of the manual.

Does the following call line do what you want?

#+CALL: org-figure-to-slide() :results raw

hth,
Tom

-- 
Thomas S. Dye
http://www.tsdye.com

Reply via email to