dalanicolai writes:
>> You likely need to extend `org-babel-scheme--table-or-string' to
>> understand Image: type.
>>
>
> It looks to me that when `org-babel-execute:scheme` gets executed, then the
> result will not get inserted as a link, as that would require the results
> type 'file', right?
>
Thanks for your answer!
> You likely need to extend `org-babel-scheme--table-or-string' to
> understand Image: type.
>
It looks to me that when `org-babel-execute:scheme` gets executed, then the
result will not get inserted as a link, as that would require the results
type 'file', right?
>From t
dalanicolai writes:
> I have not asked anywhere yet, but I do not know a 'standard org-mode' way
> to make org-mode show the plot images. Racket creates a temp image file and
> returns a string that includes the path to the file. The actual format of
> the string is:
>
> "\"#\""
>
> I could creat