From mboxrd@z Thu Jan 1 00:00:00 1970 From: Vaidheeswaran C Subject: Re: ox-latex: includegraphics should "quote" filenames Date: Fri, 29 May 2015 14:39:42 +0530 Message-ID: References: Reply-To: vaidheeswaran.chinnaraju@gmail.com Mime-Version: 1.0 Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 7bit Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:55556) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YyGJX-0000fx-Ld for emacs-orgmode@gnu.org; Fri, 29 May 2015 05:10:56 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YyGJU-0003eO-EH for emacs-orgmode@gnu.org; Fri, 29 May 2015 05:10:51 -0400 Received: from plane.gmane.org ([80.91.229.3]:35178) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YyGJU-0003eH-8M for emacs-orgmode@gnu.org; Fri, 29 May 2015 05:10:48 -0400 Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1YyGJM-00061v-9s for emacs-orgmode@gnu.org; Fri, 29 May 2015 11:10:45 +0200 Received: from 27.57.24.78 ([27.57.24.78]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Fri, 29 May 2015 11:10:40 +0200 Received: from vaidheeswaran.chinnaraju by 27.57.24.78 with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Fri, 29 May 2015 11:10:40 +0200 In-Reply-To: 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 On Tuesday 26 May 2015 02:32 PM, Andreas Leha wrote: > Hi Vaidheeswaran, > > Vaidheeswaran C writes: >> > In: >> > [[./emacs-24.5.1-startup-screen-annotated.png]] >> > >> > Buggy Out: >> > >> > \includegraphics[width=.9\linewidth]{./emacs-24.5.1-startup-screen-annotated.png} >> > >> > Desired: Out: >> > >> > \includegraphics[width=.9\linewidth]{{./emacs-24.5.1-startup-screen-annotated}.png} >> > >> > Source: >> > >> > http://tex.stackexchange.com/questions/10574/includegraphics-dots-in-filename > I agree. Although I do not actually experience this, as my custom LaTeX > classes all \use[ the ]package{grffile} (also in your Reference) by now. > > I have not experienced any problem with that package and it appears to > handle more cases (especially spaces) than 'quoting'. So, it might be > an alternative to use grffile by default? 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!