From mboxrd@z Thu Jan 1 00:00:00 1970 From: Arne Subject: Re: Inline images in latex Date: Mon, 22 Jun 2009 18:38:51 +0000 (UTC) Message-ID: References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1MIoQB-0001pX-2U for emacs-orgmode@gnu.org; Mon, 22 Jun 2009 14:39:11 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1MIoQ5-0001nH-MS for emacs-orgmode@gnu.org; Mon, 22 Jun 2009 14:39:09 -0400 Received: from [199.232.76.173] (port=60548 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MIoQ5-0001nD-GF for emacs-orgmode@gnu.org; Mon, 22 Jun 2009 14:39:05 -0400 Received: from main.gmane.org ([80.91.229.2]:54468 helo=ciao.gmane.org) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1MIoQ4-0008Nq-A8 for emacs-orgmode@gnu.org; Mon, 22 Jun 2009 14:39:04 -0400 Received: from list by ciao.gmane.org with local (Exim 4.43) id 1MIoQ2-0006A6-TH for emacs-orgmode@gnu.org; Mon, 22 Jun 2009 18:39:03 +0000 Received: from 129.57.115.156 ([129.57.115.156]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 22 Jun 2009 18:39:02 +0000 Received: from freyberger.arne by 129.57.115.156 with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 22 Jun 2009 18:39:02 +0000 List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: emacs-orgmode@gnu.org Arne cox.net> writes: > > I am not able to get the inline images including in the exported latex output. > The raw latex contains an \href{}{} instead of \includegraphics. I have > verified that pdflatex is the latex to pdf process > and the the appropriate image > file extensions are in the org-export-latex-inline-image-extensions. Carsten, I've tracked it down to an underscore in the filename. Almost all my filenames have an underscore in them, a habit I should probably break. The first command works where as the second line results in an "href". [[./data/linacE.jpg]] # works, results in \includegraphics [[./data/linac_energy.jpg]] # does not work, results in \href The jpg files are identical. If this is easy to fix, that'd be great, otherwise I move to bumpy names. Thanks for a great tool! Arne