From mboxrd@z Thu Jan 1 00:00:00 1970 From: Carsten Dominik Subject: Re: Re: Inline images in latex Date: Tue, 23 Jun 2009 06:15:44 +0200 Message-ID: <99B1B7A2-62F5-43E2-9A70-4B33C9AEB76B@gmail.com> References: Mime-Version: 1.0 (Apple Message framework v935.3) Content-Type: text/plain; charset=US-ASCII; format=flowed; delsp=yes Content-Transfer-Encoding: 7bit Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1MIxQL-0001Oq-BN for emacs-orgmode@gnu.org; Tue, 23 Jun 2009 00:15:57 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1MIxQG-0001MM-Hh for emacs-orgmode@gnu.org; Tue, 23 Jun 2009 00:15:56 -0400 Received: from [199.232.76.173] (port=37354 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MIxQG-0001MF-AQ for emacs-orgmode@gnu.org; Tue, 23 Jun 2009 00:15:52 -0400 Received: from mail-ew0-f220.google.com ([209.85.219.220]:56169) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1MIxQG-00017A-17 for emacs-orgmode@gnu.org; Tue, 23 Jun 2009 00:15:52 -0400 Received: by ewy20 with SMTP id 20so2051865ewy.42 for ; Mon, 22 Jun 2009 21:15:51 -0700 (PDT) In-Reply-To: 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: Arne Cc: emacs-orgmode@gnu.org On Jun 22, 2009, at 8:38 PM, Arne wrote: > 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. This was a bug, fixed now. Thanks! - Carsten > > Thanks for a great tool! > Arne > > > > > _______________________________________________ > Emacs-orgmode mailing list > Remember: use `Reply All' to send replies to the list. > Emacs-orgmode@gnu.org > http://lists.gnu.org/mailman/listinfo/emacs-orgmode