From mboxrd@z Thu Jan 1 00:00:00 1970 From: Rasmus Subject: Re: ox-latex: includegraphics should "quote" filenames Date: Fri, 29 May 2015 12:09:59 +0200 Message-ID: <87wpzrvgnc.fsf@gmx.us> References: <871thzwx29.fsf@gmx.us> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:41057) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YyHF3-000844-5w for emacs-orgmode@gnu.org; Fri, 29 May 2015 06:10:17 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YyHEz-0001bD-Dh for emacs-orgmode@gnu.org; Fri, 29 May 2015 06:10:17 -0400 Received: from plane.gmane.org ([80.91.229.3]:38841) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YyHEz-0001ZQ-7T for emacs-orgmode@gnu.org; Fri, 29 May 2015 06:10:13 -0400 Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1YyHEw-0001g2-OH for emacs-orgmode@gnu.org; Fri, 29 May 2015 12:10:10 +0200 Received: from 142.red-88-21-140.staticip.rima-tde.net ([88.21.140.142]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Fri, 29 May 2015 12:10:10 +0200 Received: from rasmus by 142.red-88-21-140.staticip.rima-tde.net with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Fri, 29 May 2015 12:10:10 +0200 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: emacs-orgmode@gnu.org Rasmus writes: > Vaidheeswaran C writes: > >> ox-latex export must work out of the box (when it can)! Currently >> inline images (that have dots in their names) are not exporting >> correctly. >> >> If someone fixes this bug (one way or the other), I will be most >> grateful! > > Actually, does it work if you add grffile to your latex package alist? It > should. Since it's part of latex-base I'm tempted to add this package to > the default packages. Okay, I'm adding grffile as it also support spaces in filenames. Now this example works: * test [[file:nasty dir/Screenshot. from 2015-03-05 19:05:00.png]] Rasmus -- Hooray!