emacs-orgmode
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [O] Bug: ditaa images export as links in LaTeX [7.9.2 (release_7.9.2


From: Nick Dokos
Subject: Re: [O] Bug: ditaa images export as links in LaTeX [7.9.2 (release_7.9.2-944-gaf5514 @ c:/emacs/site-lisp/org-mode/lisp/)]
Date: Wed, 02 Jan 2013 17:02:15 -0500

Gary Oberbrunner <address@hidden> 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




reply via email to

[Prev in Thread] Current Thread [Next in Thread]