Andrey Tykhonov <atykho...@gmail.com> writes:

[...]

> There is text2image command line utility which takes a text and converts it
> to the image, then returns a path to the image.
>
> When I execute that block by means of `org-babel-execute-src-block' that
> block executes correctly and returns a path:
>
> #+RESULTS:
> : [[/home/demi/images/2014-03-21-024756.png]]

If the : is part of the output you get, this means that the line is not
to be processed by org and hence the exported output is meant to be as
you describe.  Maybe you need to specify the type of results you expect
from your src block?  E.g. ":results file" or some variation thereof?
-- 
: Eric S Fraga (0xFFFCF67D), Emacs 24.4.50.2, Org 
release_8.2.5h-831-gcb9172.dirty

Reply via email to