From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bastien Subject: Re: Bug when publishing images Date: Mon, 14 Mar 2011 10:56:32 +0100 Message-ID: <87pqpuhvov.fsf@gnu.org> References: <87pqpuysoe.fsf@somewhere.org> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from [140.186.70.92] (port=55576 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Pz4WI-0002y6-2x for emacs-orgmode@gnu.org; Mon, 14 Mar 2011 05:56:59 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Pz4WF-0004Ws-Em for emacs-orgmode@gnu.org; Mon, 14 Mar 2011 05:56:57 -0400 Received: from mail-ww0-f49.google.com ([74.125.82.49]:55838) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Pz4WF-0004Wd-9U for emacs-orgmode@gnu.org; Mon, 14 Mar 2011 05:56:55 -0400 Received: by wwc33 with SMTP id 33so4534815wwc.30 for ; Mon, 14 Mar 2011 02:56:54 -0700 (PDT) In-Reply-To: <87pqpuysoe.fsf@somewhere.org> (Francesco Pizzolante's message of "Mon, 14 Mar 2011 10:09:37 +0100") 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: Francesco Pizzolante Cc: mailing-list-org-mode Hi Francesco, Francesco Pizzolante writes: > Since this morning, I have problems exporting (inline) images. > > Here's an example. > > Such content in my Org buffer: > > [[file:toto.png]] > > is exported to this HTML code: > > <img src="toto.png" alt="toto.png" /> Yes, this is a problem with last commit. Simply do this: ~$ git checkout HEAD~1 and wait till that problem is fixed. Best, -- Bastien