From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nick Dokos Subject: Re: 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 Message-ID: <10587.1357164135@alphaville> References: <4ymwwrl63f.fsf@genarts.com> Reply-To: nicholas.dokos@hp.com Return-path: Received: from eggs.gnu.org ([208.118.235.92]:51635) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TqWOB-00030U-Cd for emacs-orgmode@gnu.org; Wed, 02 Jan 2013 17:02:20 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1TqWOA-0004Cp-85 for emacs-orgmode@gnu.org; Wed, 02 Jan 2013 17:02:19 -0500 Received: from g4t0017.houston.hp.com ([15.201.24.20]:37439) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TqWOA-0004CM-32 for emacs-orgmode@gnu.org; Wed, 02 Jan 2013 17:02:18 -0500 In-Reply-To: Message from Gary Oberbrunner of "Wed, 02 Jan 2013 14:47:48 EST." <4ymwwrl63f.fsf@genarts.com> List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: Gary Oberbrunner Cc: emacs-orgmode@gnu.org Gary Oberbrunner 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