Gary Oberbrunner <[email protected]> wrote:
> The following org file, when exported as LaTeX -> PDF, contains only a
> link to the schema.png file, not the graphics. The .tex has \href where
> I think it should have \includegraphics.
>
> I'm using the latest git source from today.
>
> ========================================================================
> Some stuff.
>
> #+BEGIN_SRC ditaa :file schema.png :cmdline -r -S
> +------------------+ +----------+
> | foo | | |
> | +--------+----------+ |
> | | bar | | .. |
> | | | | hi |
> +---------+--------+ +----------+
> #+END_SRC
> ========================================================================
>
Probably because of commit 4aaf1a4df2c7a5e7c398c29fed121b049cccf78b.
After doing
(setq org-export-latex-inline-images t)
it works correctly for me.
Nick