From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bastien Subject: Re: Bug: inline images for filenames with spaces Date: Thu, 30 Jun 2011 17:42:50 +0200 Message-ID: <871uyb1g1x.fsf@gnu.org> References: <20110629093107.BC5E7C7C0C@fish.malachiarts.com> <87boxgdg6r.fsf@univ-nantes.fr> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([140.186.70.92]:49330) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QcJNn-00050P-5K for emacs-orgmode@gnu.org; Thu, 30 Jun 2011 11:42:24 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1QcJNl-00061H-Eg for emacs-orgmode@gnu.org; Thu, 30 Jun 2011 11:42:22 -0400 Received: from mail-wy0-f169.google.com ([74.125.82.169]:37983) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QcJNk-000612-EN for emacs-orgmode@gnu.org; Thu, 30 Jun 2011 11:42:20 -0400 Received: by wyg36 with SMTP id 36so2025304wyg.0 for ; Thu, 30 Jun 2011 08:42:19 -0700 (PDT) In-Reply-To: <87boxgdg6r.fsf@univ-nantes.fr> (Manuel Giraud's message of "Wed, 29 Jun 2011 13:34:36 +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: Manuel Giraud Cc: Huy , emacs-orgmode@gnu.org Hi Manuel, Manuel Giraud writes: > Huy writes: > >> Example: >> [[file:img/test.png]] will display inline >> [[file:img/test copy.png]] won't > > Just tested on the same emacs version and few minutes old org-mode and > both works for me. How do you export? Do you have some special > settings? That's because you need to actually test this: [[file:img/test.png][file:img/test.png]] [[file:img/test%20copy.png][file:img/test copy.png]] ... where you can reproduce the error. HTH, -- Bastien